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.

11 lines (10 loc) 558 B
export { GeocoderAutocomplete } from './autocomplete'; export type { GeocoderAutocompleteOptions } from './autocomplete'; export type { LocationType } from './autocomplete'; export type { SupportedLanguage } from './autocomplete'; export type { GeoPosition } from './autocomplete'; export type { CountyCode } from './autocomplete'; export type { ByCountryCodeOptions } from './autocomplete'; export type { ByCircleOptions } from './autocomplete'; export type { ByProximityOptions } from './autocomplete'; export type { ByRectOptions } from './autocomplete';