一、多边形渲染(只需给map组件绑定对应的polygons即可)
<map
id="map"
class="map"
:latitude="latitude"
:longitude="longitude"
:markers="covers"
:polyline="polyline"
:scale="18"
@markertap="handleShowCard"
:enable-building="true"
:show-location="true"
:enable-satellite="true"
:polygons="polygons"
:circles="circles"
enable-3D
></map>
polygons的格式:(如果想多个即组成[{},{}]格式即可)
二、圆形渲染(map组件绑定对应的circles即可)
格式为:同理,(如果想多个即组成[{},{}]格式即可&#x