Skip to content

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

NameDescriptionTypeDefault
idLayer IDstring-
centerCenter coordinatesnumber[]-
radiusRadiusnumber5000
visibleWhether the layer is visiblebooleantrue

EVENTS

NameDescriptionParameters

SLOTS

NameDescription

METHODS

NameDescriptionDefinition