AsyncRouteManager$Impl class
- Implemented types
Constructors
-
AsyncRouteManager$Impl(Pointer<
Void> handle)
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.
override
-
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.
override
-
createRouteSessionWithTag(
LocationPoint wayPoint, RouteOptions routeOptions, String tag) → RouteSession -
@brief Creates a routing session using a specific graph tag.
override
-
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