Click or drag to resize

GeoCoderSetCrossStreetDistance Method

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

Note: This API is now obsolete.

Set the maximum distance to search for a cross street when doing a full reverse GeoCode.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[ObsoleteAttribute("Please set the CrossStreetDistance directly on the ReverseGeoCodeArgs object.")]
public static void SetCrossStreetDistance(
	double dist,
	DistanceUnit units
)

Parameters

dist
Type: SystemDouble
The maximum distance to search for a cross street, in the units specified.
units
Type: Telogis.GeoBaseDistanceUnit
The unit to return the distance in.
Remarks

Only applies to the ReverseGeoCodeFull(LatLon) overload. ReverseGeoCodeArgs should be used for any advanced ReverseGeoCodeFull functionality.

Cross streets can be found by inspecting the CrossStreet member in the result of a reverse geocode full. By setting this distance to a higher number, the street will be searched further to find a cross street. A longer search involves more processing, and subsequently takes longer to execute.

See Also