set Style Custom Raster Source Tile Data
open fun setStyleCustomRasterSourceTileData(sourceId: String, tiles: List<CustomRasterSourceTileData>): Expected<String, None>
Note! This is an experimental feature. It can be changed or removed in future versions.
Set tile data for raster tiles.
The provided data is not cached, and the implementation will call the fetch callback each time the tile reappears.
Parameters
source Id
A style source identifier.
tiles
List with new tile data.