您的位置:首页 > 教育 > 培训 > 全球疫情防控最新消息_cpa之家 app推广平台_网络营销有什么方式_企业官方网站怎么申请

全球疫情防控最新消息_cpa之家 app推广平台_网络营销有什么方式_企业官方网站怎么申请

2025/8/3 20:31:51 来源:https://blog.csdn.net/weixin_45563734/article/details/142255243  浏览:    关键词:全球疫情防控最新消息_cpa之家 app推广平台_网络营销有什么方式_企业官方网站怎么申请
全球疫情防控最新消息_cpa之家 app推广平台_网络营销有什么方式_企业官方网站怎么申请

uniapp H5 打开地图 并选中标记点

  1. 先上代码
			//打开地图 显示景区位置openMap() {// 支付宝// #ifdef MP-ALIPAYmy.openLocation({longitude: Number(this.detailObj.longitude), // 经度latitude: Number(this.detailObj.latitude), // 纬度name: this.detailObj.scenicName, // 标点名称address: this.detailObj.address, // 标点地址success: res => {// console.log(res);},fail: res => {// console.log(res);},});// #endif// 小程序// #ifdef MP-WEIXINuni.openLocation({latitude: Number(this.detailObj.latitude), // 纬度longitude: Number(this.detailObj.longitude), // 经度name: this.detailObj.scenicName, // 标点名称success: function() {}});// #endif// H5------------------------------------------------------------------------------// this.detailObj.latitude // 纬度// this.detailObj.longitude // 经度// this.detailObj.scenicName // 标点名称// #ifdef H5uni.navigateTo({url:'/pages/webpage/webpage?urlEncode='+ encodeURIComponent(`https://uri.amap.com/marker?position=${this.detailObj.longitude},${this.detailObj.latitude}&name=${this.detailObj.scenicName}`)})// #endif},
  1. webview 页面/pages/webpage/webpage
<template><view><web-view :webview-styles="webviewStyles" :src="urlSrc"></web-view></view>
</template><script>export default {data() {return {urlSrc:'',webviewStyles: {progress: {color: '#ff4643'}},};},onLoad(options) {if(options.urlEncode){this.urlSrc = decodeURIComponent(options.urlEncode)return}}}
</script>
  1. 这是高德提供的免费地址https://uri.amap.com/marker 高德官网

  2. 更多参数
    ![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/35dcf64d9be8440191957efe1ee1f83b.p
    在这里插入图片描述

  3. 搞定 复制可用!感谢您的浏览!

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com