clearMarkers method

dynamic clearMarkers()

Implementation

clearMarkers() {
  this._markers = {};
  notifyListeners();
}