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.

6 lines (5 loc) 225 B
export declare const BY_COUNTRYCODE = "countrycode"; export declare const BY_RECT = "rect"; export declare const BY_CIRCLE = "circle"; export declare const BY_PROXIMITY = "proximity"; export declare const BY_PLACE = "place";