removeTileOverlays method
Removes the tile overlays associated with the given TileOverlayIds.
Implementation
void removeTileOverlays(Set<TileOverlayId> tileOverlayIds) {
tileOverlayIds.forEach(_removeTileOverlay);
}
Removes the tile overlays associated with the given TileOverlayIds.
void removeTileOverlays(Set<TileOverlayId> tileOverlayIds) {
tileOverlayIds.forEach(_removeTileOverlay);
}