获取地图中心点
发布于 5 年前 作者 lzhao 3287 次浏览 来自 问答

this.mapCtx.getCenterLocation({

success: function (res) {

console.log(res)

}

})

},

有时候获取的经纬度为空

回到顶部