tanghaolin
2024-11-20 586b00bf2ea9e11c3dd1d27efa3d2ae67d3c3e53
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!--text/mapTrajectory.wxml-->
<map
  id="myMap"
  style="width:100vw;height:100vh"
  latitude="{{curPosiInfo.latitude}}"
  longitude="{{curPosiInfo.longitude}}"
  polyline="{{polyline}}"
  markers="{{markers}}"
  scale="17"
  enable-rotate="true"
  show-compass="true"
  bindcontroltap="mapControlTap"
  bindmarkertap="mapMarker"
  show-location="true"
  ></map>