VietmapNavigationPluginPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- VietmapNavigationPluginPlatform
- Implementers
Constructors
- 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< LatLng> wayPoints}) → Future - Adds waypoints or stops to an on-going navigation
-
animateCamera(
{required LatLng latLng, double? bearing, double? zoom, double? tilt}) → Future< void> -
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?> -
moveCamera(
{required LatLng latLng, double? bearing, double? zoom, double? tilt}) → Future< void> -
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 ↔ VietmapNavigationPluginPlatform
-
The default instance of VietmapNavigationPluginPlatform to use.
getter/setter pair