removeAllPolylines method

Future<bool?> removeAllPolylines()

Removes all polylines from the Android Auto and Apple CarPlay map surface. Returns a boolean value indicating whether the polylines have been removed successfully.

Implementation

Future<bool?> removeAllPolylines() {
  throw UnimplementedError('removeAllPolylines() has not been implemented.');
}