setStyleCustomGeometrySourceTileData

Set tile data of a custom geometry.

Parameters

featureCollection

An array with the features to add

sourceId

Style source identifier

tileId

Identifier of the tile

open override fun setStyleCustomGeometrySourceTileData(sourceId: String, tileId: CanonicalTileID, featureCollection: MutableList<Feature>): Expected<String, None>