UNPKG

@geoapify/geocoder-autocomplete

Version:

A JavaScript address autocomplete input, compatible with Leaflet, MapLibre, OpenLayers, and other map libraries for efficient location search and geocoding.

7 lines (6 loc) 119 B
export interface IpGeolocationResponse { location: { latitude: number; longitude: number; }; }