MobileForms Toolkit Documentation

GetRouteCompletedEventArgs.Route Property

Gets the result of the GeoRoute request

public GeoRouteResult Route {get; set;}

Remarks

This property contains a result of a route calculation. It will return null if the asynchronous request is not yet completed. Getting this property will throw a ServiceRequestException if an error occurres during the translation.

Exceptions

Exception Type Condition
ServiceRequestException GeoRoute request failed

See Also

GetRouteCompletedEventArgs Class | Resco.Location.Services.GeoRoute Namespace