PilotGaea 3D O'view
    正在準備搜尋索引...

    介面 IconStyleParameter

    KML IconStyle

    interface IconStyleParameter {
        iconStyle: {
            color: window.ov.Color;
            scale: number;
            heading: number;
            iconHref: string;
        };
    }

    層級 (查看層級一覽)

    索引

    屬性

    屬性

    iconStyle: {
        color: window.ov.Color;
        scale: number;
        heading: number;
        iconHref: string;
    }

    圖示樣式參數。

    類型宣告

    • color: window.ov.Color

      顏色。

    • scale: number

      圖示縮放比例。

    • heading: number

      圖示方向,0度向上,90度向東,180度向南,270度向西,360度向北。

    • iconHref: string

      圖示來源。