Taos API Reference
    Preparing search index...

    Interface ParsedStyle

    Result of parsing a full MapLibre style document.

    interface ParsedStyle {
        style: VectorStyle;
        sourceUrl?: string;
    }
    Index

    Properties

    Properties

    sourceUrl?: string

    The first vector source's TileJSON url (or first tiles[0] template), if present.