更新標籤文字自畫疊加圖素指令參數。

interface UpdateByCommandParameter {
    entityName: string;
    layerName: string;
    epsg?: number;
    fill?: boolean;
    fillStyle?: string;
    font?: string;
    geo?: GeoJSON.Point;
    lineWidth?: number;
    lngLatScale?: number;
    onClick?: null | EntityOnClickCallback<ov.TerrainCustomTileOverlayTextEntity.Parameter>;
    stroke?: boolean;
    strokeStyle?: string;
    text?: string;
    tooltip?: null | string;
    visibleLevel?: number;
}

Hierarchy

Properties

entityName: string

自畫custom tile圖素名稱

layerName: string

自畫custom tile圖層名稱

epsg?: number

幾何的EPSG。

fill?: boolean

是否要填充顏色。

fillStyle?: string

填充的樣式。

font?: string

文字的字形或大小。

幾何。

lineWidth?: number

線寬。

lngLatScale?: number

每像素比經緯的比例,若為負值則使用圖面大小。

自畫疊加圖素點擊回呼。

stroke?: boolean

是否要畫線。

strokeStyle?: string

筆刷的樣式。

text?: string

標籤文字。

tooltip?: null | string

提示文字。

visibleLevel?: number

最小可視層級。

Generated using TypeDoc