CivicAddressResolver Class
March 22, 2012
Attempts to obtain the civic address for a provided geographical coordinate.
Namespace:
System.Device.Location
Assembly: System.Device (in System.Device.dll)
XMLNS for XAML: Not mapped to an xmlns.
The CivicAddressResolver type exposes the following members.
| Name | Description | |
|---|---|---|
|
CivicAddressResolver | Initializes a new instance of the CivicAddressResolver class. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ResolveAddress | Attempts to synchronously obtain a civic address from the provided geographic coordinate. This method is not implemented in the current release. |
|
ResolveAddressAsync | Attempts to asynchronously obtain a civic address from the provided geographic coordinate. This method is not implemented in the current release. |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ResolveAddressCompleted | Occurs when an asynchronous request for civic address resolution is completed. |
Tip: