Click to Rate and Give Feedback
MSDN
MSDN Library
 ResolveAddressAsync Method
Collapse All/Expand All Collapse All
Windows Phone Class Library
CivicAddressResolver..::.ResolveAddressAsync Method

March 22, 2012

Attempts to asynchronously obtain a civic address from the provided geographic coordinate. This method is not implemented in the current release.

Namespace:  System.Device.Location
Assembly:  System.Device (in System.Device.dll)
Visual Basic (Declaration)
Public Sub ResolveAddressAsync ( _
    coordinate As GeoCoordinate _
)
C#
public void ResolveAddressAsync(
    GeoCoordinate coordinate
)

Parameters

coordinate
Type: System.Device.Location..::.GeoCoordinate
The geographic coordinate from which a civic address is resolved.

Implements

ICivicAddressResolver..::.ResolveAddressAsync(GeoCoordinate)

Handle the ResolveAddressCompleted event to obtain the resolved civic address when the asynchronous request is completed.

This method may throw one of the following exceptions.

ArgumentNullException

The coordinate parameter is null.

ArgumentException

The coordinate parameter contains no data. For more information, see the IsUnknown property of the GeoCoordinate class.

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker