收藏
回答

wx.getLocation无法获取altitude问题

API/组件名称 终端类型 微信版本 基础库版本
wx.getLocation 客户端 6.6.0 1.7.2

 wx.getLocation({

  type: 'wgs84',

   altitude: true,

  success: function(res) {

var latitude = res.latitude

var longitude = res.longitude

var speed = res.speed

var altitude = res.altitude

  }

})



altitude 为0 ,是无法获取吗

回答关注问题邀请回答
收藏
登录 后发表内容