demo.wxml
623 字节
<map
id="map"
latitude="{{latitudes}}"
longitude="{{longitudes}}"
scale="13"
circles="{{circles}}"
controls="{{controls}}"
bindcontroltap="controltap"
markers="{{markers}}"
bindmarkertap="markertap"
polyline="{{polyline}}"
show-location
enableP-poi
bindregionchange="regionchange"
>
<cover-image class="img-map" src="https://i-1-lanrentuku.qqxzb-img.com/2020/9/27/4e9ed273-8a7d-41b8-ac6a-46655d067160.png?imageView2/2/w/500/" />
</map>
<cover-view class="confirmBtn">确定</cover-view>
<cover-view class="inputBox">确定</cover-view>
<!-- latitude="39.14111111991"
longitude="117.00739" -->