PilotGaea 3D O'view
    正在準備搜尋索引...

    自畫疊加文字圖素參數。

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

    屬性

    幾何。

    text: string

    標籤文字。

    lineWidth: number

    線寬。

    fill: boolean

    是否要填充顏色。

    stroke: boolean

    是否要畫線。

    fillStyle: string

    填充的樣式。

    strokeStyle: string

    筆刷的樣式。

    lngLatScale: number

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

    font: string

    文字的字形或大小。

    visibleLevel: number

    最小可視層級。

    epsg: number

    幾何的EPSG。

    tooltip: null | string

    提示文字。

    onClick:
        | null
        | EntityOnClickCallback<
            window.ov.TerrainCustomTileOverlayTextEntity.Parameter,
        >

    自畫疊加圖素點擊回呼。