map组件 enable-rotate 不能旋转?
<map
id=“myMap”
style=“width: 100%; height: 300px;”
show-location
enable-rotate=‘true’
></map>
小程序的地图是不支持旋转吗? 那这个enable-rorate的属性作用是?
3 回复
直接写就好
<map id=“map” longitude="{{location.longitude}}"
latitude="{{location.latitude}}"
scale=“14”
markers="{{location.markers}}"
show-location
enable-rotate
@markertap=“markertap”></map>