flywave-vectortile-datasource.decodeinfo._constructor_
Home > @flywave/flywave-vectortile-datasource > DecodeInfo > (constructor)
DecodeInfo.(constructor)
Constructs a new [[DecodeInfo]].
Signature:
constructor(targetProjection: Projection, tileKey: TileKey, storageLevelOffset?: number);
Parameters
Parameter | Type | Description |
|---|---|---|
targetProjection | Projection | The [[Projection]] |
tileKey | TileKey | The [[TileKey]] of the Tile to decode. |
storageLevelOffset | number | (Optional) The storage level offset. |