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