createRouteSession abstract method
Method is used to create routing session with 'default' graph tag
wayPoint destination point.
routeOptions params of RouteSession.
Returns RouteSession instance.
Example:
// Create route session with default graph tag
RouteSession session = _asyncRouteManager!.createRouteSession(
destinationLocationPoint,
routeOptions,
);
print("Created route session with default graph tag");
Implementation
RouteSession createRouteSession(LocationPoint wayPoint, RouteOptions routeOptions);