Class is used for managing RouteSessions. More...
Inherits Finalizable.
Public Member Functions | |
RouteSession | createRouteSession (LocationPoint wayPoint, RouteOptions routeOptions) |
Method is used to create routing session. | |
void | cancelRouteSession (RouteSession session) |
Method is used to cancel routing session. | |
Class is used for managing RouteSessions.
Referenced from NavigineSdk.
Definition at line 20 of file async_route_manager.dart.
void AsyncRouteManager.cancelRouteSession | ( | RouteSession | session | ) |
Method is used to cancel routing session.
session | RouteSession object to cancel. |
RouteSession AsyncRouteManager.createRouteSession | ( | LocationPoint | wayPoint, |
RouteOptions | routeOptions ) |
Method is used to create routing session.
wayPoint | destination point. |
routeOptions | params of RouteSession. |