DemoPluginPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- DemoPluginPlatform
- Implementers
Constructors
- DemoPluginPlatform.new()
- Constructs a DemoPluginPlatform.
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
-
addWayPoints(
{required List< WayPoint> wayPoints}) → Future - Adds waypoints or stops to an on-going navigation
-
enableOfflineRouting(
) → Future< bool?> - Will download the navigation engine and the user's region to allow offline routing
- Ends Navigation and Closes the Navigation View
-
getDistanceRemaining(
) → Future< double?> - Total distance remaining in meters along route.
-
getDurationRemaining(
) → Future< double?> - Total seconds remaining on all legs.
-
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerRouteEventListener(
ValueSetter< RouteEvent> listener) → Future - Event listener
-
startFreeDrive(
MapOptions options) → Future< bool?> -
Free-drive mode is a unique Mapbox Navigation SDK feature that allows
drivers to navigate without a set destination. This mode is sometimes
referred to as passive navigation.
options
options used to generate the route and used while navigating Begins to generate Route Progress - Show the Navigation View and Begins Direction Routing
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ DemoPluginPlatform
-
The default instance of DemoPluginPlatform to use.
getter/setter pair