uniapp使用,map标记旅游景点

<view>
		<map
			class="map"
			:show-location="true"
			:markers="markers"
			@markertap="fetchShopDetail"
			@labeltap="fetchShopDetail2"
			@callouttap="fetchShopDetail3"
			 longitude="116.336590"
			 latitude="39.941127"
			:scale="11"
			id="map"
			ref="map"
		></map>

		
	</view>
	export default {
		data() {
			return {
				// 用户当前定位信息
				currLoca: {},
				// 自定义标记点
				// markers: []
				 markers: [
				   //貘科动物馆
				   {
				     id: 0,
				     iconPath: "../../static/q.jpg",//标记点图片
				     latitude: 39.941386,
				         longitude: 116.336655,
				     width: 30,  //图片显示宽度
				     height: 30,//图片显示高度
				     title:'貘科动物馆',
				   },
				   //犀鸟馆
				   {
				     id: 1,
				     iconPath: "../../static/q.jpg",
				     latitude: 39.940826,
				     longitude: 116.335109,
				     width: 30,  
				     height: 30,
				     title:'犀鸟馆'
				   },
				   //火烈鸟馆
				   {
				     id: 2,
				     iconPath: "../../static/q.jpg",
				     latitude: 39.940578,
				     longitude: 116.335977,
				     width: 30,
				     height: 30,
				     title: '火烈鸟馆'
				   },
				   //鹦鹉馆
				   {
				     id: 3,
				     iconPath: "../../static/q.jpg",
				     latitude: 39.941573,
				     longitude: 116.335544,
				     width: 30,
				     height: 30,
				     title: '鹦鹉馆'
				   }]
			}
		},
methods: {
			fetchShopDetail(i){//点击标记点获取标记点id
				console.log(i.markerId,'位置id')
			},
}
}

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值