clearMarkerCache method

void clearMarkerCache()

Clear marker cache.

Implementation

void clearMarkerCache() {
  _cachedFilteredMarkers = null;
}