AddressPostalCode Property |
Namespace: Telogis.GeoBase
Postcodes are formatted as they would be locally.
// Set a location (Burbank Boulevard, Los Angeles) LatLon Location = new LatLon(34.172167, -118.408671); String LocationPostalCode = GeoCoder.ReverseGeoCode(Location).PostalCode; Console.WriteLine("Location's postal code is '{0}'", LocationPostalCode); // Location's postal code is '91607'