Set decoder configuration.
Configuration will take effect for next calls to results of decodeTile, decodeThemedTile.
Non-existing (undefined
) options (including styleSet) are not changed.
configuration options
optional, new options - shape is specific for each decoder
Connect to decoder.
Should be implemented by implementations that use special resources that decode jobs like WebWorkers.
Decode tile into transferrable geometry.
Decode raw tile data (encoded with datasource specific encoding) into transferrable representation of tile's geometry.
See DecodedTile.
Free all resources associated with this decoder.
Called by users when decoder is no longer used and all resources must be freed.
Get tile info.
Get map features metadata associated with tile. See TileInfo.
Generated using TypeDoc
General type decoder which can be used to provide decoded tile data.