CustomRouteNavigation class abstract
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
This navigation is equal to standart automotive navigation BUT
without alternatives without rerouting without working
"requestRoutes" method traffic information will not be updated while
driving along the route start guidance must be called only through
the special method (startGuidance) of this class
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createCamera(
MapWindow mapWindow) → Camera - This method allows to create camera which used in standart automotive navigation
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startGuidance(
DrivingRoute? route) → void - Start navigation with specified route.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited