getDistanceRemaining method

Future<double?> getDistanceRemaining()

Total distance remaining in meters along route.

Implementation

Future<double?> getDistanceRemaining() {
  throw UnimplementedError(
    'getDistanceRemaining() has not been implemented.',
  );
}