SDK JS
    Preparing search index...

    Interface BillboardInstance

    One screen-facing icon billboard: where to place it, which atlas symbol to draw, and an optional heading.

    interface BillboardInstance {
        heading?: number;
        position: [number, number, number];
        symbolId?: number;
    }
    Index

    Properties

    heading?: number

    Heading (deg CW from north) added to the symbol's static rotation.

    position: [number, number, number]

    [lng, lat, height] (WGS84 degrees / metres).

    symbolId?: number

    Index into the atlas symbol table (default 0).