clearPolylines method

Future<void> clearPolylines()

Remove all polylines from the map view.

Implementation

Future<void> clearPolylines() {
  return GoogleMapsNavigationPlatform.instance.viewAPI.clearPolylines(
    viewId: _viewId,
  );
}