ReverseGeoCodeArgs Class |
Namespace: Telogis.GeoBase
The ReverseGeoCodeArgs type exposes the following members.
Name | Description | |
---|---|---|
ReverseGeoCodeArgs |
Creates a parameter object for use with ReverseGeoCodeFull(ReverseGeoCodeArgs) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetAlignSearchLimit |
Set the aligned search limit using a specified DistanceUnit.
| |
SetSpeed |
Set the vehicle's speed using a specified SpeedUnit.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
|