removePolyline method

Future<bool?> removePolyline({
  1. required List<int> polylineIds,
})

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

Implementation

Future<bool?> removePolyline({required List<int> polylineIds}) {
  throw UnimplementedError('removePolyline() has not been implemented.');
}