GeoCoderReverseGeoCode Method |
Namespace: Telogis.GeoBase
The reverse geocoder will find the nearest street to the given location.
The street number is calculated using the nearest point on the street, and may be interpolated where data is unavailable.
If this method returns null check that you have map data for the location (LatLon) you are reverse geocoding.
Related articles: Geocoding Concept, Address Interpolation and Point Address Data, Reverse Geocoding.
Address foundAddress = GeoCoder.ReverseGeoCode(new LatLon(33.787935, -118.013866)); // Write out the first address in the array Console.WriteLine("Found address {0}", foundAddress); // Prints 'Found address 6830 Chapman Ave, Garden Grove, Orange, California, 92845, USA'