CivicAddressResolver Class
Provides functionality for resolving a coordinate-based location to a civic address.
Assembly: System.Device (in System.Device.dll)
| Name | Description | |
|---|---|---|
![]() | CivicAddressResolver() | Initializes a new instance of the CivicAddressResolver class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ResolveAddress(GeoCoordinate^) | Synchronously resolves a civic address from a location based on latitude and longitude. This call will block execution of the calling thread while the address is being resolved. |
![]() | ResolveAddressAsync(GeoCoordinate^) | Resolves an address asynchronously from a location that is based on latitude and longitude. The call does not block execution of the calling thread while the address is being resolved. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | ResolveAddressCompleted | Occurs when the address resolution that was initiated by a call to ResolveAddressAsync completes. |
The CivicAddressResolver class provides an implementation of ICivicAddressResolver that resolves a coordinate-based location to a civic address if the location provider provides both coordinates and civic address data.
The following program shows how to call ResolveAddress to resolve a civic address synchronously.
The following program shows how to call ResolveAddressAsync to resolve a civic address asynchronously.
Available since 4.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

