createRouteSession abstract method

RouteSession createRouteSession(
  1. LocationPoint wayPoint,
  2. RouteOptions routeOptions
)

@brief Method is used to create routing session with 'default' graph tag @param wayPoint destination point. @param routeOptions params of @see RouteSession "RouteSession". @return @see RouteSession "RouteSession" instance.

Dart code snippet: @snippet async_route_manager_example.dart dart_AsyncRouteManager_createRouteSession

Implementation

RouteSession createRouteSession(LocationPoint wayPoint, RouteOptions routeOptions);