地图动态添加标注,执行完无任何输出
发布于 4 年前 作者 yangliu 7558 次浏览 来自 官方Issues
    let mapCtx = wx.createMapContext('warnMap')
  mapCtx.addMarkers({
    markers: dataArr,
    clearfalse,
    complete(res) {
      console.log('clusterCreate addMarkers', res)
    },
    fail(res){
      console.log(res)
    }
  })
回到顶部