Options to configure the GeoCoder.
Reuquest the Geocoder Resource. https://developer.here.com/documentation/geocoder/dev_guide/topics/resource-geocode.html
additional parameters for geocode request
success callback
error callback
HTTPRequest reverse geocode request to receive ISO country code for a geographical position.
it is either an array [longitude, latitude] or an object literal {longitude: number, latitude: number}
success callback which contains the iso country code.
error callback
HTTPRequest the reverse Geocode Resource. https://developer.here.com/documentation/geocoder/dev_guide/topics/resource-reverse-geocode.html
additional parameters for reverse geocode request
success callback
error callback
Generated using TypeDoc
Provides basic geocode and reverse geocode functionality that allows you to:
Uses the HERE Geocoder API.
https://developer.here.com/documentation/geocoder/dev_guide/topics/what-is.html