更新自畫疊加文字圖素參數。

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

Hierarchy

Properties

epsg?: number

幾何的EPSG。

fill?: boolean

是否要填充顏色。

fillStyle?: string

填充的樣式。

font?: string

文字的字形或大小。

geo?: GeoPoint

幾何。

lineWidth?: number

線寬。

lngLatScale?: number

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

自畫疊加圖素點擊回呼。

stroke?: boolean

是否要畫線。

strokeStyle?: string

筆刷的樣式。

text?: string

標籤文字。

tooltip?: null | string

提示文字。

visibleLevel?: number

最小可視層級。

Generated using TypeDoc