Skip to content

添加区域周界

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

功能描述

  • 网格 网格
  • 护栏 护栏
  • 波浪 波浪
  • 花纹 花纹

参数

js
const params = {
  "Id": "2",
  "CoordType": 0,
  "Points": [
    {
      "Coord": "119.265842,27.043766",
      "Height": 10
    },
    {
      "Coord": "119.266342,27.043766",
      "Height": 10
    },
    {
      "Coord": "119.266542,27.044066",
      "Height": 10
    },
    {
      "Coord": "119.266542,27.044366",
      "Height": 10
    },
    {
      "Coord": "119.266542,27.044666",
      "Height": 10
    }
  ],
  "Color": "FF0000",
  "Height": 20,
  "Type": 1//1波浪,2网格,3护栏,4花纹
}