@maplibre/maplibre-gl-geocoder
Example
GitHub
Preparing search index...
TypeaheadFactory
Type Alias TypeaheadFactory
TypeaheadFactory
:
(
input
:
HTMLInputElement
,
data
:
(
CarmenGeojsonFeature
|
MaplibreGeocoderSuggestion
)
[]
,
options
:
TypeaheadOptions
,
)
=>
Typeahead
<
CarmenGeojsonFeature
|
MaplibreGeocoderSuggestion
>
Type Declaration
(
input
:
HTMLInputElement
,
data
:
(
CarmenGeojsonFeature
|
MaplibreGeocoderSuggestion
)
[]
,
options
:
TypeaheadOptions
,
)
:
Typeahead
<
CarmenGeojsonFeature
|
MaplibreGeocoderSuggestion
>
Parameters
input
:
HTMLInputElement
data
: (
CarmenGeojsonFeature
|
MaplibreGeocoderSuggestion
)
[]
options
:
TypeaheadOptions
Returns
Typeahead
<
CarmenGeojsonFeature
|
MaplibreGeocoderSuggestion
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Example
GitHub
@maplibre/maplibre-gl-geocoder
Loading...