GeoCoderGetCrossStreetDistance Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release Note: This API is now obsolete.
Return the maximum distance to search for a cross street when doing a reverse geocode full.
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 double GetCrossStreetDistance(
DistanceUnit units
)
<ObsoleteAttribute("Please set the CrossStreetDistance directly on the ReverseGeoCodeArgs object.")>
Public Shared Function GetCrossStreetDistance (
units As DistanceUnit
) As Double
Parameters
- units
- Type: Telogis.GeoBaseDistanceUnit
The units to return the distance in.
Return Value
Type:
DoubleThe maximum distance, in the units specified.
Remarks
Cross streets can be found by inspecting the
CrossStreet member
in the result of a reverse geocode full.
See Also