小程序
小游戏
企业微信
微信支付
扫描小程序码分享
wx.getLocation({ type: 'gcj02',//默认wgs84 //type:'wgs84', altitude:true, highAccuracyExpireTime:7000, console.log(location); 获取到的altitude为0
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
wx.onLocationChange
wx.startLocationUpdateBackground
wx.startLocationUpdate
我用这几个,连续获取多次位置信息后,altitude就出来
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
你好,具体是什么机型,微信版本是多少?请确认是否已开启gps定位,开启高精度定位,因为gps定位一般耗时较久,试着将timeout设置成3-5s。请提供能复现问题的代码片段看下(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
wx.onLocationChange
wx.startLocationUpdateBackground
wx.startLocationUpdate
我用这几个,连续获取多次位置信息后,altitude就出来
你好,具体是什么机型,微信版本是多少?请确认是否已开启gps定位,开启高精度定位,因为gps定位一般耗时较久,试着将timeout设置成3-5s。请提供能复现问题的代码片段看下(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)