copy
Creates a copy of this ReverseGeocoderOptions object with optional parameter overrides.
Return
The copied ReverseGeocoderOptions object.
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.
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.
Deprecated
This API is deprecated and will be removed with the next major release.
Creates a copy of this ReverseGeocoderOptions object with optional parameter overrides.
Return
The copied ReverseGeocoderOptions object.
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.
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.