CivicAddressResolver.ResolveAddress Method
March 22, 2012
Attempts to synchronously obtain a civic address from the provided geographic coordinate. This method is not implemented in the current release.
Assembly: System.Device (in System.Device.dll)
Parameters
- coordinate
- Type: System.Device.Location.GeoCoordinate
The geographic coordinate from which a civic address is resolved.
Return Value
Type: System.Device.Location.CivicAddressReturns CivicAddress. The civic address associated with the provided geographic coordinate.
Implements
ICivicAddressResolver.ResolveAddress(GeoCoordinate)This method may throw one of the following exceptions.
|
ArgumentNullException |
The coordinate parameter is null. |
|
ArgumentException |
The coordinate parameter contains no data. For more information, see the IsUnknown property of the GeoCoordinate class. |