@cercalia/sdk
    Preparing search index...

    Interface StaticMapLabel

    interface StaticMapLabel {
        center: Coordinate;
        fillColor: RGBAColor;
        outlineColor: RGBAColor;
        outlineSize: number;
        text: string;
        type: "LABEL";
    }

    Hierarchy (View Summary)

    Index

    Properties

    center: Coordinate
    fillColor: RGBAColor
    outlineColor: RGBAColor
    outlineSize: number
    text: string
    type: "LABEL"