ReverseGeocoderOptions
Constructs a ReverseGeocoderOptions object with the given parameters.
Parameters
The geographical coordinates to be translated into a human-readable address.
The directional heading of the vehicle in degrees while traveling on a road segment. North is 0 degrees, East is 90 degrees, etc.
The maximum distance from the specified position that the reverse geocoder will search within. Defaults to DEFAULT_RADIUS.
Filters results to specific geographical area types. When areaTypes is set, the parameters heading and roadUses are ignored.
The language used for displaying results. If not provided, the system default language is used.
Determines whether the closest accurate address is preferred over the address with the closest navigable coordinates.
Specifies if geometry shapes should be fetched for reverse geocoding results, where available.
Throws
Deprecated
This API is deprecated and will be removed with the next major release.
Constructs a ReverseGeocoderOptions object with the given parameters.
Parameters
The geographical coordinates to be translated into a human-readable address.
The directional heading of the vehicle in degrees while traveling on a road segment. North is 0 degrees, East is 90 degrees, etc.
The maximum distance from the specified position that the reverse geocoder will search within. Defaults to DEFAULT_RADIUS.
Filters results to roads with specific intended usages.
Filters results to specific geographical area types. When areaTypes is set, the parameters heading and roadUses are ignored.
The language used for displaying results. If not provided, the system default language is used.
Determines whether the closest accurate address is preferred over the address with the closest navigable coordinates.
Specifies if geometry shapes should be fetched for reverse geocoding results, where available.