createRouteSession abstract method
@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);