AsyncRouteManager class abstract

@ingroup navigine_dart_classes @ingroup navigine_dart_managers @brief Class is used for managing @see RouteSession "RouteSession"s

Referenced from @see NavigineSdk "NavigineSdk".

Implemented types
Implementers

Constructors

AsyncRouteManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelRouteSession(RouteSession session) → void
@brief Method is used to cancel routing session @param session @see RouteSession "RouteSession" object to cancel.
createRouteSession(LocationPoint wayPoint, RouteOptions routeOptions) RouteSession
@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.
createRouteSessionWithTag(LocationPoint wayPoint, RouteOptions routeOptions, String tag) RouteSession
@brief Creates a routing session using a specific graph tag.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited