invalidateStyleCustomGeometrySourceTile

Invalidate tile for provided custom geometry source.

Return

A string describing an error if the operation was not successful, empty otherwise.

Parameters

sourceId

Style source identifier

tileId

Identifier of the tile

open override fun invalidateStyleCustomGeometrySourceTile(sourceId: String, tileId: CanonicalTileID): Expected<String, None>