这篇文章将为大家详细讲解有关微信小程序获取地址的实现方法,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。
创新互联是一家专业提供临潼企业网站建设,专注与成都网站设计、网站制作、html5、小程序制作等业务。10年已为临潼众多企业、政府机构等服务。创新互联专业网络公司优惠进行中。微信小程序获取地址的具体代码如下
wxml
<map id="map" longitude="{{data.longitude}}" latitude="{{data.latitude}}" scale="14" markers="{{markers}}" polyline="{{polyline}}" show-location ></map> <text> {{data.longitude}} {{data.latitude}} {{address}} </text> <!-- longitude 中心经度 --> <!-- latitude 中心纬度 --> <!-- scale 缩放级别,取值范围为3-20 --> <!-- markers 标记点 -->
js
var QQMapWX = require('../js/qqmap-wx-jssdk.js'); var qqmapsdk; Page({ data:{ data:"", str:"", address:"" }, onLoad: function () { let _this = this; // 实例化API核心类 qqmapsdk = new QQMapWX({ key: 'key' }); // Promise 获取地址 let gets = new Promise((resolve, reject) => { wx.getLocation({ type: 'wgs84', success:resolve }) }).then(function(res){ console.log(res) _this.setData({ data:res }) }) // 正常方式获取地址 wx.getLocation({ type: 'wgs84', success:function(res){ _this.setData({ str: _this.res }) console.log(res) var demo = new QQMapWX({ key: 'key' }); // 解析地址 demo.reverseGeocoder({//地址解析 location: { latitude: res.latitude, longitude: res.longitude }, success: function (res) {//转为具体地址 console.log(res); //获得地址 _this.setData({ address: res.result.address }) }, fail: function (res) { console.log(res); } }); } }) },
关于“微信小程序获取地址的实现方法”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
分享名称:微信小程序获取地址的实现方法-创新互联
本文URL:https://www.cdcxhl.com/article34/ccegse.html
成都网站建设公司_创新互联,为您提供品牌网站设计、网页设计公司、虚拟主机、ChatGPT、建站公司、品牌网站建设
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联