Click or drag to resize

ReverseGeoCodeArgsGlobal Field

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Global

Field Value

Type: Boolean
Remarks
Setting Global to true increases the chance of a successful result (unless the LatLon is in an ocean). However, it can degrade application performance, particularly with larger values of MaxDistance.
See Also