In The Hand LtdIn The Hand
BingGeoCoordinateResolver Class
NamespacesInTheHand.Device.LocationBingGeoCoordinateResolver
.NET Components for Mobility
Provides functionality for resolving a civic address to a coordinate-based location.
Declaration Syntax
C#Visual Basic
public sealed class BingGeoCoordinateResolver : IGeoCoordinateResolver
Public NotInheritable Class BingGeoCoordinateResolver _
	Implements IGeoCoordinateResolver
Members
All MembersConstructorsMethodsEvents



IconMemberDescription
BingGeoCoordinateResolver(String)
Initializes a new instance of the BingGeoCoordinateResolver class.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
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.

Inheritance Hierarchy
Object
BingGeoCoordinateResolver

Assembly: InTheHand.Device (Module: InTheHand.Device) Version: 7.0.0.0