熱圖疊加圖層採樣點。

interface HeatmapSamplePoint {
    geo: GeoPoint;
    weight: number;
}

Properties

Properties

座標

weight: number

配重,預設為 1.0

Generated using TypeDoc