JMap.Geocoding.displayForwardSearchResult
Will display on the map the result of a JMap.Geocoding.forwardSearch single result.
A JGeocodingResult object
JMap.Geocoding.forwardSearch
Proceeds with a forward geocoding search. Some characters are not permitted in search strings (see JMap.Geocoding.getInvalidSearchStringCharacters). Calling this method may not trigger immediately a forward geocoding search if the string is too short, or if the method is repetitively called too fast. You can set an event listener to have access to the forward search results (see [[TBD]]). Search Reasults are also available in the redux store under store-->geocoding-->results
The place name to search for. Can be an address, a region's name, or a geographical location expressed as "longitude,latitude" (ex: "-73.576321,45.495757" )
an optional JGeocodingOptions object
JMap.Geocoding.getInvalidSearchStringCharacters
Returns a string composed of all forbiden characters in geocoding search strings
JMap.Geocoding.getMinimumSearchStringLength
Returns the search string length required to trigger a geocoding search
JMap.Geocoding.isAvailable
Returns false if geocoding is not available. Geocoding may be unavailable based on your configuration in regards with the available API keys configured in your account
JMap.Geocoding
This is where you can find geocoding relative methods