planRoute
Synchronously plans a route using the provided PlanRouteOptions object. If the call succeeds, returns a PlanRouteResult. If it fails, returns a RoutingError.
Important: This is a Public Preview API. It may be changed or removed at any time.
Return
If the call succeeds, returns a PlanRouteResult. If it fails, returns a RoutingError.
Parameters
The object containing the route options needed to plan a route.
Asynchronously plans a route using the provided PlanRouteOptions object and returns the planned route in the PlanRouteCallback.
Important: This is a Public Preview API. It may be changed or removed at any time.
Return
cancellable operation.
Parameters
The object containing the routing options needed to plan a route.
The PlanRouteCallback invoked when the routing operation has finished, either successfully or with an error. The callback will be executed in the main thread.