MobileForms Toolkit Documentation

GeoRoute.GetRouteAsync Method

Initializes the asynchronous route calculation request.

Overload List

Initializes the asynchronous route calculation request.

public void GetRouteAsync(Address,Address,object,params Address[]);

Initializes the asynchronous route calculation request.

public void GetRouteAsync(GeoPoint,GeoPoint,object,params GeoPoint[]);

Initializes the asynchronous route calculation request.

public void GetRouteAsync(string,string,object,params string[]);

See Also

GeoRoute Class | Resco.Location.Services.GeoRoute Namespace