字节小程序
开发者社区
小程序小游戏
登录
能加强对map的支持吗?

能加强对map的支持吗?

1268浏览作者: lhq0631

1. 希望map支持bindregionchange或者bindupdated
2. marker支持设置zIndex、width、height
3. getCenterLocation的success在工具、真机调试都没有执行
this.mapCtx.getCenterLocation({
success:function({ longitude, latitude }){
let res =`longitude: ${longitude}, latitude: ${latitude}`;
console.log(res);
},
})
4. 抖音支持openLocation

开发的小程序需要用到地图,当前碰到这些问题,影响上线了
求支持!!!

最后一次编辑于 2020年08月04日
加载中