微信小程序地图移动到指定的位置
Posted 宸泽岚
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序地图移动到指定的位置相关的知识,希望对你有一定的参考价值。
其实很简单
控制
<map id="map" longitude="{{longitude}}" latitude="{{latitude}}" scale="14" controls="{{controls}}" bindcontroltap="controltap" markers="{{markers}}" bindmarkertap="markertap" polyline="{{polyline}}" polygons="{{polygons}}" bindregionchange="regionchange" show-location style="width: 100%; height: 100vh;">
map里的longitude和latitude属性
在js文件里给longitude和latitude赋值就可以了
this.setData({ longitude:"要赋的值“//必须是num类型 latitude:"同上" })
以上是关于微信小程序地图移动到指定的位置的主要内容,如果未能解决你的问题,请参考以下文章