微信小程序--地图导航

时间:2017-08-17 21:29:55   收藏:0   阅读:1076
wx.getLocation({  
  type: ‘gcj02‘, //返回可以用于wx.openLocation的经纬度  
  success: function(res) {  
    var latitude = res.latitude  
    var longitude = res.longitude  
    wx.openLocation({  
      latitude: latitude,  
      longitude: longitude,  
      name:"花园桥肯德基",  
     scale: 28  
    })  
  }  
})  

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!