Navigationbaato class
Constructors
-
factory
Properties
- currentLegIndex ↔ int
-
Show the Navigation View and Begins Direction Routing
read / write
-
distanceRemaining
→ Future<
double> -
Total distance remaining in meters along route.
read-only
-
durationRemaining
→ Future<
double> -
Total seconds remaining on all legs.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- legsCount ↔ int
-
read / write
-
platformVersion
→ Future<
String> -
Current Device OS Version
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
enableOfflineRouting(
) → Future< bool> - Will download the navigation engine and the user's region to allow offline routing
- Ends Navigation and Closes the Navigation View
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited