微信小程序> 微信小程序地图wx.createMapContext的moveToLocation

微信小程序地图wx.createMapContext的moveToLocation

浏览量:7039 时间: 来源:能说普通话么

<map id="myMap" style="width: 100%; height: 500rpx;" latitude="{{latitude}}" longitude="{{longitude}}" scale='18' markers="{{markers}}" show-location></map>

 

data: {

latitude: 45.76,

longitude: 126.666481,

     markers: [{

id: 0,

iconPath: "/img/evaluate1-1.png",

latitude: 45.76,

longitude: 126.666481,

title: ' 第二职业中学',

label: {

content: ' 第二职业中学',

color: '#f0f'

},

width: 30,

height: 30

},{

id: 1,

latitude: 45.76021,

iconPath: "/img/evaluate1-1.png",

longitude: 126.66837,

title:'龙运大厦',

label:{

content: '龙运大厦',

color: '#f0f'

},

width: 30,

height: 30

}]

 

}

onReady: function (e) {

    wx.getLocation({

type: 'gcj02',

success: function (res) {

var latitude = res.latitude

var longitude = res.longitude

that.setData({

latitude: latitude,

longitude: longitude,

 

})

 

}

 

wx.getLocation({

type: 'gcj02', //返回可以用于wx.openLocation的经纬度

success: function (res) {

var latitude = res.latitude

var longitude = res.longitude

that.setData({

latitude: latitude,//纬度

longitude: longitude,//经度

 

})

(但是wx.getLocation有bug(这个是因为有访问限制),多次测试后有时会走fail不返回经纬度,用chooseLocation可暂时解决这个问题)

版权声明

即速应用倡导尊重与保护知识产权。如发现本站文章存在版权问题,烦请提供版权疑问、身份证明、版权证明、联系方式等发邮件至197452366@qq.com ,我们将及时处理。本站文章仅作分享交流用途,作者观点不等同于即速应用观点。用户与作者的任何交易与本站无关,请知悉。

产品经理

手机 : 13312967497

擅长 : 小程序流量变现

扫码领取礼包

最新资讯

热门模板

  • 头条
  • 搜狐
  • 微博
  • 百家
  • 一点资讯
  • 知乎