MVFv3 API Documentation
    Preparing search index...

    A tileset style definition.

    type TilesetStyle = {
        key: string;
        name: string;
        url: string;
    }
    Index

    Properties

    Properties

    key: string

    Unique identifier for the tileset style.

    name: string

    Display name of the tileset style.

    url: string

    URL of the tileset style. This should be a JSON file matching the MapLibre style specification.