扩散圆(DiffusionCircleLayer)
示例
示例源码
vue
<template>
<div class="map-container">
<mb-map :zoom="12" :center="[116, 39]">
<mb-tianditu-layer :types="['img']" />
<mb-diffusion-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
| 名称 | 描述 | 定义 |
|---|
