Type alias HeatmapSampleStatistics

HeatmapSampleStatistics: {
    boundary: null | GeoBoundary;
    meanCenter: PointLike;
    weight: number;
}

熱圖疊加圖層樣本的資訊。

Type declaration

  • boundary: null | GeoBoundary

    樣本範圍

  • meanCenter: PointLike

    樣本的中心點 (含權重)

  • weight: number

    樣本總重

Generated using TypeDoc