SnowLayer
Example
Example Source Code
vue
<template>
<div style="height: 400px" class="map-dark-bg">
<mb-map :pitch="60" :zoom="10">
<mb-snow-layer />
</mb-map>
</div>
</template>
<script setup lang="ts"></script>
API
PROPS
Name | Description | Type | Default |
---|---|---|---|
id | Layer ID | string | - |
EVENTS
Name | Description | Parameters |
---|---|---|
created | Initialization complete event | - |
SLOTS
Name | Description |
---|
METHODS
Name | Description | Definition |
---|