setTileData

fun setTileData(tileID: CanonicalTileID, featureCollection: MutableList<Feature>)

Set tile data of a custom geometry.

Parameters

tileID

Identifier of the tile

tileData

JSON string representing the data in GeoJSON format. See RFC7946