setTileData

fun setTileData(zoomLevel: Int, x: Int, y: Int, data: FeatureCollection)

Set or update geometry contents of a specific tile. Use this method to update tiles for which GeometryTileProvider was previously invoked. This method can be called from background threads.

Parameters

zoomLevel

Tile zoom level.

x

Tile X coordinate.

y

Tile Y coordinate.

data

Feature collection for the tile.