波浪圆(WaveCircleLayer)
示例
示例源码
vue
<template>
<div class="map-container" style="background-color: rgb(15, 15, 15)">
<mb-map :zoom="11" :center="[116, 39]">
<mb-wave-circle-layer :center="[116, 39]" :radius="10000" />
</mb-map>
</div>
</template>
<script setup lang="ts"></script>API
PROPS
| 名称 | 描述 | 类型 | 默认值 |
|---|---|---|---|
| id | 图层Id | string | - |
| center | 中心坐标 | number[] | - |
| radius | 半径 | number | 5000 |
| visible | 是否可见 | boolean | true |
EVENTS
| 名称 | 描述 | 参数 |
|---|
SLOTS
| 名称 | 描述 |
|---|
METHODS
| 名称 | 描述 | 定义 |
|---|
