Loading...
Searching...
No Matches
AsyncRouteManager Class Referenceabstract

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.
 

Detailed Description

Class is used for managing RouteSessions.

Referenced from NavigineSdk.

Definition at line 20 of file async_route_manager.dart.

Member Function Documentation

◆ cancelRouteSession()

void AsyncRouteManager.cancelRouteSession ( RouteSession session)

Method is used to cancel routing session.

Parameters
sessionRouteSession object to cancel.

◆ createRouteSession()

RouteSession AsyncRouteManager.createRouteSession ( LocationPoint wayPoint,
RouteOptions routeOptions )

Method is used to create routing session.

Parameters
wayPointdestination point.
routeOptionsparams of RouteSession.
Returns
RouteSession instance.

The documentation for this class was generated from the following file: