工具提示框設定。

interface TooltipSettingParameter {
    offset: GeoPoint;
    positionMode: TOOLTIP_POSITION_MODE;
    positionPreProcessing: null | ov.TerrainView.TooltipPositionPreprocess;
    preProcessing: null | ov.TerrainView.TooltipContentPreprocess;
    show: boolean;
    style: Partial<CSSStyleDeclaration>;
}

Properties

offset: GeoPoint

偏移。

positionMode: TOOLTIP_POSITION_MODE

定位模式。

positionPreProcessing: null | ov.TerrainView.TooltipPositionPreprocess

座標前處理方法。

內容前處理方法。

show: boolean

是否顯示。

style: Partial<CSSStyleDeclaration>

工具提示框 CSS style 設定。

Generated using TypeDoc