UNPKG

@maptiler/geocoding-control

Version:

The Javascript & TypeScript Map Control component for MapTiler Geocoding service. Easy to be integrated into any JavaScript mapping application.

9 lines (8 loc) 1.05 kB
/** @module @maptiler/geocoding-control/maplibregl */ export * from '.'; export * from './components/marker'; export * from './controls/maplibregl-control'; export { MaplibreglGeocodingControl as GeocodingControl } from './controls/maplibregl-control'; export type { FeaturesClearEvent, FeaturesHideEvent, FeaturesListedEvent, FeaturesShowEvent, FocusInEvent, FocusOutEvent, MaplibreglGeocodingControlEvent as GeocodingControlEvent, MaplibreglGeocodingControlEventName as GeocodingControlEventName, MaplibreglGeocodingControlEventNameMap as GeocodingControlEventNameMap, MaplibreglGeocodingControlEvent, MaplibreglGeocodingControlEventName, MaplibreglGeocodingControlEventNameMap, MarkerClickEvent, MarkerMouseEnterEvent, MarkerMouseLeaveEvent, PickEvent, QueryChangeEvent, QueryClearEvent, RequestEvent, ResponseEvent, ReverseToggleEvent, SelectEvent, } from './controls/maplibregl-events'; export * from './controls/maplibregl-options'; export type { MaplibreglGeocodingControlOptions as GeocodingControlOptions } from './controls/maplibregl-options';