clearPolylines method

dynamic clearPolylines()

Implementation

clearPolylines() {
  this._polylines = {};
  notifyListeners();
}