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

    自畫疊加點圖素參數。

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

    屬性

    點幾何。

    show: boolean

    是否顯示。

    radius: number

    點的半徑大小。

    lineWidth: number

    線寬。

    fill: boolean

    是否要填充顏色。

    stroke: boolean

    是否要畫線。

    fillStyle: string

    填充的樣式。

    strokeStyle: string

    筆刷的樣式。

    lngLatScale: number

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

    visibleLevel: number

    最小可視層級。

    epsg: number

    幾何的EPSG。

    tooltip: null | string

    提示文字。

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

    自畫疊加圖素點擊回呼。