The default tileset style, which should be used.
Unique identifier for the tileset style.
Display name of the tileset style.
URL of the tileset style. This should be a JSON file matching the MapLibre style specification.
Optionalothers?: { key: string; name: string; url: string }[]Additional tileset styles that can be used.
The Tileset extension adds a single property to the root of the bundle,
tileset, which is a TilesetCollection object.This describes the default outdoor tileset, plus any other alternates configured.
Interface