ConstReturns true when geocodingConfig.enabled is set in the active profile.
Programmatically performs an address search. Does not require the UI control to be visible.
Address or place name to search (e.g. "Paris", "10 rue de Rivoli").
Optionallimit: numberMaximum number of results to return. Default 5.
Promise resolving to an array of GeocodingResult.
Programmatically selects a geocoding result.
Flies the map to the result location and dispatches geoleaf:geocoding:result.
A GeocodingResult obtained from .search().
Unmounts the geocoding control and releases all DOM listeners.
Public Geocoding namespace. Available as
GeoLeaf.Geocodingafter boot.