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/openlayers */ export * from '.'; export * from './components/marker'; export * from './controls/openlayers-control'; export { OpenLayersGeocodingControl as GeocodingControl } from './controls/openlayers-control'; export type { FeaturesClearEvent, FeaturesHideEvent, FeaturesListedEvent, FeaturesShowEvent, FocusInEvent, FocusOutEvent, OpenLayersGeocodingControlEvent as GeocodingControlEvent, OpenLayersGeocodingControlEventName as GeocodingControlEventName, OpenLayersGeocodingControlEventNameMap as GeocodingControlEventNameMap, MarkerClickEvent, MarkerMouseEnterEvent, MarkerMouseLeaveEvent, OpenLayersGeocodingControlEvent, OpenLayersGeocodingControlEventName, OpenLayersGeocodingControlEventNameMap, PickEvent, QueryChangeEvent, QueryClearEvent, RequestEvent, ResponseEvent, ReverseToggleEvent, SelectEvent, } from './controls/openlayers-events'; export * from './controls/openlayers-options'; export type { OpenLayersGeocodingControlOptions as GeocodingControlOptions } from './controls/openlayers-options';