March 22, 2012
Attempts to asynchronously obtain a civic address from the provided geographic coordinate. This method is not implemented in the current release.
Public Sub ResolveAddressAsync ( _ coordinate As GeoCoordinate _ )
public void ResolveAddressAsync( GeoCoordinate coordinate )
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