Interface KMLLineStyleParameter

線條樣式參數。

interface KMLLineStyleParameter {
    color: CSSColor;
    width: number;
}

Hierarchy

Properties

Properties

color: CSSColor

顏色。

width: number

線條寬度。

Generated using TypeDoc