Interface MeasureMarkGeometryOptions

標示測量結果幾何部份的參數。

interface MeasureMarkGeometryOptions {
    markGeoColor?: ov.ColorLike;
    markGeoColorOpacity?: number;
}

Hierarchy

Properties

markGeoColor?: ov.ColorLike

標示測量結果幾何部份的顏色

Default Value

"#0000FF" (藍色)

markGeoColorOpacity?: number

標示測量結果幾何部份的顏色透明度

Generated using TypeDoc