Interface KMLPolyStyleParameter

多邊形樣式參數。

interface KMLPolyStyleParameter {
    color: CSSColor;
    fill: boolean;
    outline: boolean;
}

Hierarchy

Properties

Properties

color: CSSColor

顏色。

fill: boolean

多邊形是否要填充顏色。

outline: boolean

多邊形是否要繪製外框線。

Generated using TypeDoc