invalidateStyleCustomGeometrySourceRegion

Invalidate region for provided custom geometry source.

Return

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

Parameters

bounds

A `coordinate bounds` object.

sourceId

A style source identifier

abstract fun invalidateStyleCustomGeometrySourceRegion(sourceId: String, bounds: CoordinateBounds): Expected<String, None>