MobileForms Toolkit Documentation

GetLocationCompletedEventArgs.Location Property

Gets a GeoPoint object representing the location.

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

Remarks

This property contains the result of the civic address 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

GetLocationCompletedEventArgs Class | Resco.Location.Services.GeoCode Namespace