ICivicAddressResolver Interface
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Defines the interface for resolving civic addresses. Implemented by CivicAddressResolver.
Assembly: System.Device (in System.Device.dll)
The ICivicAddressResolver type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ResolveAddress | Attempts to synchronously obtain a civic address from the provided geographic coordinate. |
![]() | ResolveAddressAsync | Attempts to asynchronously obtain a civic address from the provided geographic coordinate. |
| Name | Description | |
|---|---|---|
![]() | ResolveAddressCompleted | Occurs when the ResolveAddressAsync(GeoCoordinate) request is completed. |
Capabilities
If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.
ID_CAP_NETWORKING | Windows Phone 8, Windows Phone OS 7.1 |
ID_CAP_LOCATION | Windows Phone 8 |
For more info, see App capabilities and hardware requirements for Windows Phone 8.

