Skip to content

更新迁徙图数据点

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

预览

更新迁徙图数据点

参数

js
const params = {
    "Id": "7",
    "CoordType": 0,
    "StartCoord": "119.266142,27.044766",
    "Height": 10,
    "TargetPoints": [
      {
        "Coord": "119.266942,27.045566",
        "Height": 10
      },
      {
        "Coord": "119.267342,27.044866",
        "Height": 10
      }
    ]
}