CivicAddressResolver.ResolveAddressAsync Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Attempts to asynchronously obtain a civic address from the provided geographic coordinate. This method is not implemented in the current release. On Windows Phone 8, you can use ReverseGeocodeQuery to obtain a civic address from a geographical coordinate.
Assembly: System.Device (in System.Device.dll)
Parameters
- coordinate
- Type: System.Device.Location.GeoCoordinate
The geographic coordinate from which a civic address is resolved.
Implements
ICivicAddressResolver.ResolveAddressAsync(GeoCoordinate)Handle the ResolveAddressCompleted event to obtain the resolved civic address when the asynchronous request is completed.
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. |