removePolyline method
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.');
}