- <!--activity/map/map.wxml-->
- <view class="map-container">
- <map id="map" markers="{{markers}}" longitude="{{lng}}" latitude="{{lat}}" show-location show-compass show-scale bindtap="mapTap" bindmarkertap="bindmarkertap" bindpoitap="bindpoitap" bindlabeltap="bindlabeltap"></map>
- </view>
|