clearTileCache method

void clearTileCache(
  1. TileOverlayId id
)

Clears the tile cache associated with the given TileOverlayId.

Implementation

void clearTileCache(TileOverlayId id) {
  _tileOverlaysController?.clearTileCache(id);
}