控制面板參數。

interface PanelSettingParameter {
    alwaysUseFullPanel?: boolean;
    color?: ov.Color;
    offset?: GeoPoint;
    posType?: POS_TYPE;
}

Properties

alwaysUseFullPanel?: boolean

永遠顯示完整面板。

color?: ov.Color

顏色。

offset?: GeoPoint

面板位移 (pixel)。

posType?: POS_TYPE

面板預設位置。

Generated using TypeDoc