MobileForms Toolkit Documentation

GeoCode.GetAddressAsync Method 

Initializes the asynchronous GPS location translation request.

public void GetAddressAsync(
GeoPoint location,
object userState
);

Parameters

location
A GeoPoint object representing the location.
userState
A user state object that can be used to identify the request after it completes asynchronously.

Remarks

The BeginGetAddress method starts the asynchronous request and returns immediately. Thus the result may not be available after the method completes. GeoCode object raises the event GetAddressCompleted immediately after the asynchronous request completes.

Exceptions

Exception TypeCondition
NotSupportedExceptionA service provider specified by ServiceProvider property does not support this kind of service.

See Also

GeoCode Class | Resco.Location.Services.GeoCode Namespace