formatVersion
formatVersion: number
The exact version of the "iMdl" tile format used by the backend when generating tile content. Newer versions of the tile format remain backwards-compatible, but may fix bugs from previous versions and add new features. A frontend can request tiles of an earlier version than this, but should not of newer versions.
note The version is represented as a 32-bit integer combining the 16-bit major and minor version numbers.
see CurrentImdlVersion to obtain the current version used by the frontend or backend.
Defined in
- core/common/src/TileProps.ts Line 77
Last Updated: 20 June, 2023