You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
370 B
14 lines
370 B
<view class="container">
|
|
<!-- 地图组件 - 占满全屏 -->
|
|
<map
|
|
id="myMap"
|
|
longitude="{{longitude}}"
|
|
latitude="{{latitude}}"
|
|
scale="{{scale}}"
|
|
markers="{{markers}}"
|
|
style="width: 100%; height: 100%;">
|
|
</map>
|
|
|
|
<!-- 悬浮定位按钮 -->
|
|
<button class="locate-btn" bindtap="getCurrentLocation">定位当前位置</button>
|
|
</view> |