invalidateTile

fun invalidateTile(zoomLevel: Int, x: Int, y: Int)

Invalidate the geometry contents of a specific tile. Invoking this method will result in new requests to GeometryTileProvider for visible tiles.

Parameters

zoomLevel

Tile zoom level.

x

Tile X coordinate.

y

Tile Y coordinate.