CivicAddressResolver::ResolveAddressCompleted Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs when an asynchronous request for civic address resolution is completed.
Assembly: System.Device (in System.Device.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object ResolveAddressCompleted="EventHandler<ResolveAddressCompletedEventArgs>" .../>
Implements
ICivicAddressResolver::ResolveAddressCompletedAn asynchronous request for civic address resolution is made with the ResolveAddressAsync(GeoCoordinate) method.
Tip: |
|---|
This class is not implemented in the current release. On Windows Phone 8, you can use ReverseGeocodeQuery to obtain a civic address from a geographical coordinate. |
Show:
Tip: