• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

微信小程序 简单的地理定位

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

效果图

<view class='container'>
  <map id="map" longitude="{{lon}}" latitude="{{lat}}" scale="14" markers="{{markers}}"></map>
</view>
.container{
  width: 750rpx;
  height: 100%;
}

.container map{
  width: 100%;
  height: 100%;
} 


Page({

  data: {
    lat: '',
    lon: '',
    markers: []

  },


  onLoad: function(options) {
    console.log('options', options)
    let that = this
    let lat = options.lat
    let lon = options.lon
    console.log(options)
    that.setData({
      lat: lat,
      lon: lon,
      markers: [{
        iconPath: "/img/img/weizhi.png", //图片
        id: 0,
        latitude: lat,
        longitude: lon,
        width: 25,
        height: 25
      }]
    })


  }
})

 


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
新手做微信小程序开发遇到thirdScriptError发布时间:2022-07-18
下一篇:
京东小程序平台,他来了发布时间:2022-07-18
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap