MobileForms Toolkit Documentation

GetAddressCompletedEventArgs.Address Property

Gets an Address object representing the location.

public Resco.Location.Address Address {get; set;}

Remarks

This property contains a result of a GPS location translation. It returns null if the asynchronous request was not completed yet. Getting this property will throw a ServiceRequestException if an error occurred during the translation.

Exceptions

Exception Type Condition
ServiceRequestException GeoCode request failed

See Also

GetAddressCompletedEventArgs Class | Resco.Location.Services.GeoCode Namespace