获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 在ios上fromScreenLocation的原点是已屏幕坐标为原点
mapContext.fromScreenLocation({ x:0, y:0, success: (res)=>{ this.setDate({ markers: [{ latitude: res.latitude, longitude: res.longitude, id: 2, iconPath: '/static/img/map-wd.png', width: 24, height: 24 }] }) } }}
星期一 15:21 - MapContext.fromScreenLocation(Object object)文档错误?
MapContext.fromScreenLocation(Object object)实测了下y 和y是已屏幕左上角为原点
星期一 15:12