startFreeDrive method

Future<bool?> startFreeDrive(
  1. MapOptions options
)

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

Implementation

Future<bool?> startFreeDrive(MapOptions options) async {
  throw UnimplementedError('startFreeDrive() has not been implemented.');
}