Provides functionality for resolving a civic address to a coordinate-based location.
| C# | Visual Basic |
public sealed class BingGeoCoordinateResolver : IGeoCoordinateResolver
Public NotInheritable Class BingGeoCoordinateResolver _ Implements IGeoCoordinateResolver
| All Members | Constructors | Methods | Events | ||
| Icon | Member | Description |
|---|---|---|
| BingGeoCoordinateResolver(String) |
Initializes a new instance of the BingGeoCoordinateResolver class.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ResolveCoordinate(CivicAddress) |
Synchronously resolves a latitude/longitude location from a civic address.
This call will block execution of the calling thread while the address is being resolved.
| |
| ResolveCoordinateAsync(CivicAddress) |
Resolves a latitude and longitude asynchronously from a civic address.
The call does not block execution of the calling thread while the location is being resolved.
| |
| ResolveCoordinateCompleted |
Occurs when an asynchronous request using ResolveCoordinateAsync(CivicAddress) to resolve a civic address to a latitude/longitude is complete.
| |
| ToString()()()() | (Inherited from Object.) |
The BingGeoCoordinateResolver class provides an implementation of IGeoCoordinateResolver that resolves a civic addressto a coordinate-based location using the Bing Maps API.
Each lookup will create data traffic to the Internet. It is your responsibility as an application developer to control when these lookups are made. For example avoid resolving addresses when the user is roaming unless using a WiFi or desktop connection.
| Object | |
| BingGeoCoordinateResolver | |