setStyleCustomGeometrySourceTileData

Set tile data of a custom geometry.

Parameters

featureCollection

An array with the features to add.

sourceId

A style source identifier.

tileId

A `canonical tile id` of the tile.

abstract fun setStyleCustomGeometrySourceTileData(sourceId: String, tileId: CanonicalTileID, featureCollection: List<Feature>): Expected<String, None>