Skip to content

添加区域热力图

js
CloudApi.SuperAPI("AddAreaHeatGraphics",params);

功能描述

添加区域热力图

参数

js
const params = {
  "Id": "00001",
  "CoordType": 0,
  "HeatColor": "0000FF",
  "Points": [
    {
      "Coord": "119.265472,27.043064",
      "Height": "20"
    },
    {
      "Coord": "119.265549,27.042625",
      "Height": "20"
    },
    {
      "Coord": "119.265907,27.042654",
      "Height": "20"
    },
    {
      "Coord": "119.2659,27.043001",
      "Height": "20"
    }
  ]
}