Taro开发微信小程序之初始化地图到当前位置

在componentDidMount中,初始化mapCtx。

   this.mapCtx = Taro.createMapContext(‘container‘) //container是地图显示模块id
    //获取当前位置
    this.mapCtx.getCenterLocation({
      success(res) {
        console.log(res.longitude)
        console.log(res.latitude)
      }
    })
    //移动到定位到的位置
    this.mapCtx.moveToLocation()

 

Taro开发微信小程序之初始化地图到当前位置

上一篇:python分析微信好友性别比列及位置、城市信息


下一篇:手机微信记录恢复?