removeAllDatastores method

void removeAllDatastores()

Implementation

void removeAllDatastores() {
  this.boundingBox = null;
  startPosition = null;
  startZoomLevel = null;
  this.mapDatabases.clear();
}