逐福科技
177-371-24501(同微信)

微信小程序地图划线

2022-04-21 管理员

微信小程序地图划线,是小程序很基本的功能,那么小程序地图划线要怎么实现呢。

<link href="https://csdnimg.cn/release/phoenix/template/css/htmledit_views-0a60691e80.css" rel="stylesheet" />
var point = []
var that2



function drawline() {
  
  
  that2.setData({
    polyline: [{
      points: point,
      color: "#99FF00",
      width: 4,
      dottedLine: false
    }],
   

  })
  

}
//获取经纬度
function getlocation() {
  var latitude1, longitude1
  wx.getLocation({
    type: 'gcj02',
    success: function (res) {

      latitude1 = res.latitude
      longitude1 = res.longitude
      point.push({latitude:latitude1, longitude:longitude1}) 
      console.log(point)   
    }
  })
  
}


Page({
  data: {
    polyline: []


  },

 

  

  onReady: function () {
    that2 = this
    wx.getLocation({
      type: 'gcj02',
      success: function (res) {
         that2.setData({
          long: res.longitude,
          lat: res.latitude

        })
       
      }
    })

  }, 


  start:function(){
    
    
    this.timer=setInterval(repeat, 10000);
    
  
    function repeat() {
      console.log("re")
      getlocation()
      drawline()
    }

  },

  end: function () {
    console.log("clear")
    clearInterval(this.timer) 
   
  }

 
})


上一篇:微信小程序 WXS 的3种注释方法讲解
下一篇:小程序调用第三方地图API实现获取输入提示词的实现
相关资讯 Releva ntnews
解决方案 Solutions
相关热点 Hot spot
郑州快速建站:网站的站内优化怎么做
  1. 我们的优势
  2. 我们的实力
  3. 选择我们的理由
咨询电话(微信同号)

177-371-24501(同微信)

豫ICP备17049932号

Copyright © 2017-2022 版权所有 追风建站 Rights Reserved 技术支持:酷微科技

电话咨询 在线咨询 服务项目 SEO优化