0 out of 1 rated this helpful - Rate this topic

CivicAddressResolver.ResolveAddress Method

March 22, 2012

Attempts to synchronously 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)
public CivicAddress ResolveAddress(
	GeoCoordinate coordinate
)

Parameters

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

Return Value

Type: System.Device.Location.CivicAddress
Returns CivicAddress. The civic address associated with the provided geographic coordinate.

Implements

ICivicAddressResolver.ResolveAddress(GeoCoordinate)

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

Did you find this helpful?
(1500 characters remaining)