GlowCircleLayer
Example
Example Source Code
vue
<template>
<div class="map-container">
<mb-map :zoom="10.5" :center="[116, 39]">
<mb-tianditu-layer />
<mb-glow-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 |
|---|
