DiffusionCircleLayer
Example
Example Source Code
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
Name | Description | Type | Default |
---|---|---|---|
id | Layer ID | string | - |
center | Center coordinates | number[] | - |
radius | Radius | number | 5000 |
visible | Visibility | boolean | true |
EVENTS
Name | Description | Parameters |
---|
SLOTS
Name | Description |
---|
METHODS
Name | Description | Definition |
---|