MapNavigationViewController class

Controller for a single Map Navigation instance running on the host platform.

Constructors

MapNavigationViewController(int id, ValueSetter<RouteEvent>? eventNotifier)

Properties

distanceRemaining Future<double>
Total distance remaining in meters along route.
no setter
durationRemaining Future<double>
Total seconds remaining on all legs.
no setter
hashCode int
The hash code for this object.
no setterinherited
platformVersion Future<String>
Current Device OS Version
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildAndStartNavigation({required List<WayPoint> wayPoints, MapOptions? options, DrivingProfile profile = DrivingProfile.drivingTraffic}) Future<bool>
buildRoute({required List<WayPoint> wayPoints, MapOptions? options, DrivingProfile profile = DrivingProfile.drivingTraffic}) Future<bool>
Build the Route Used for the Navigation
clearRoute() Future<void>
Clear the built route and resets the map
finishNavigation() Future<bool?>
Ends Navigation and Closes the Navigation View
initialize() Future<void>
starts listening for events
mute(bool isMute) Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overview({MapOptions? options}) Future<void>
recenter({MapOptions? options}) Future<void>
startNavigation({MapOptions? options}) Future<bool?>
Starts Free Drive Mode Starts the Navigation
toString() String
A string representation of this object.
inherited

Operators

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