Windows Phone Class Library
ICivicAddressResolver Interface
January 13, 2012
Defines the interface for resolving civic addresses. Implemented by CivicAddressResolver.
Assembly: System.Device (in System.Device.dll)
Syntax
Visual Basic (Declaration)
Public Interface ICivicAddressResolver
C#
public interface ICivicAddressResolver
The ICivicAddressResolver type exposes the following members.
Methods
| 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. |
Events
| Name | Description | |
|---|---|---|
|
ResolveAddressCompleted | Occurs when the ResolveAddressAsync(GeoCoordinate) request is completed. |
Version Information
Windows Phone OS
Supported in: 7.1, 7.0Platforms
Windows Phone
See Also
