ReverseGeoCodeArgs Fields |
The ReverseGeoCodeArgs type exposes the following members.
Name | Description | |
---|---|---|
AlignSearchLimit |
The distance (in meters) after which vehicle alignment is not considered.
Defaults to 30.
| |
CrossStreetDist |
The maximum distance, in degrees, to search for a cross street.
| |
FallbackMode |
The type of streets that should be returned by this geocode if FallbackThresholdMeters is set and no results
are found within that threshold that satisfy Mode.
Defaults to AllLinks.
| |
FallbackThresholdMeters |
The distance (in meters) at which Mode is ignored and the closest streets satisfying
FallbackMode are returned. If no results satisfying the fallback mode are found within this threshold, the closest
satisfying either mode is returned.
Defaults to 0 (unused).
| |
Global |
Whether to execute a fallback query if the initial query cannot resolve the LatLon to a street address. If Global is true,
ReverseGeoCodeFull(ReverseGeoCodeArgs) returns the nearest city within MaxDistance degrees.
If Global is false, no fallback query is executed, and ReverseGeoCodeFull(ReverseGeoCodeArgs) returns null.
Defaults to true.
| |
Heading |
A heading (measured in degrees). Defaults to infinity (unused).
| |
LastNames |
An array containing name(s) of the last known location. Defaults to null (unused).
| |
Location |
The LatLon to resolve.
| |
MaxDistance |
ReverseGeoCodeFull will return null if there are no results within MaxDistance degrees of the input location.
Defaults to 1.0.
| |
Mode |
The type of streets that should be returned by this geocode.
Defaults to RealLinksOnly.
| |
Speed |
The vehicle's current speed in miles per hour. Defaults to -1 (unused).
| |
UseRoadWidth |
Whether to consider road width when reverse geocoding.
Defaults to false.
|