ICivicAddressResolver Interface (System.Device.Location)

Switch View :
ScriptFree
Windows Phone Class Library
ICivicAddressResolver Interface

January 13, 2012

Defines the interface for resolving civic addresses. Implemented by CivicAddressResolver.

Namespace:  System.Device.Location
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
Public method ResolveAddress Attempts to synchronously obtain a civic address from the provided geographic coordinate.
Public method ResolveAddressAsync Attempts to asynchronously obtain a civic address from the provided geographic coordinate.
Top
Events

  Name Description
Public event ResolveAddressCompleted Occurs when the ResolveAddressAsync(GeoCoordinate) request is completed.
Top
Version Information

Windows Phone OS

Supported in: 7.1, 7.0
Platforms

Windows Phone

See Also

Reference