CivicAddressResolver.ResolveAddressAsync Method (System.Device.Location)

Switch View :
ScriptFree
Windows Phone Class Library
CivicAddressResolver.ResolveAddressAsync Method

January 13, 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)
Syntax

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)
Remarks

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.

Version Information

Windows Phone OS

Supported in: 7.1, 7.0
Platforms

Windows Phone

See Also

Reference