GeoCoderSetCrossStreetDistance Method |
Note: This API is now obsolete.
Namespace: Telogis.GeoBase
[ObsoleteAttribute("Please set the CrossStreetDistance directly on the ReverseGeoCodeArgs object.")] public static void SetCrossStreetDistance( double dist, DistanceUnit units )
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.