new cercalia.widget.GeocodingSuggest(options)
GeocodingSuggest widget constructor
Name | Type | Description |
---|---|---|
options |
cercaliax.widget.GeocodingSuggestOptions |
Opciones del GeocodingSuggest |
Methods
-
to remove the focus
-
Clean input data
-
cleanMarkers()
-
Clean current geocoding search.
-
getClass(){string}
-
Returns the object type.
-
Get autocomplete service. Then you can modify its properties to do accurate searches.
Returns:
Returns autocomplete service.
-
setInputText(text)
-
Modify input text
Name Type Description text
string Text to show inside input
-
setMap(map)
-
Modify the map which the widget is interacting with.
Name Type Description map
cercalia.Map Map which the widget is interacting with.