Click or drag to resize

ReverseGeoCodeArgs Fields

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The ReverseGeoCodeArgs type exposes the following members.

Fields
  NameDescription
Public fieldAlignSearchLimit
The distance (in meters) after which vehicle alignment is not considered. Defaults to 30.
Public fieldCrossStreetDist
The maximum distance, in degrees, to search for a cross street.
Public fieldFallbackMode
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.
Public fieldFallbackThresholdMeters
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).
Public fieldGlobal
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.
Public fieldHeading
A heading (measured in degrees). Defaults to infinity (unused).
Public fieldLastNames
An array containing name(s) of the last known location. Defaults to null (unused).
Public fieldLocation
The LatLon to resolve.
Public fieldMaxDistance
ReverseGeoCodeFull will return null if there are no results within MaxDistance degrees of the input location. Defaults to 1.0.
Public fieldMode
The type of streets that should be returned by this geocode. Defaults to RealLinksOnly.
Public fieldSpeed
The vehicle's current speed in miles per hour. Defaults to -1 (unused).
Public fieldUseRoadWidth
Whether to consider road width when reverse geocoding. Defaults to false.
Top
See Also