VSnow
VSnow
控件用于在地图上添加雪效果。
警告
To use this feature your application must use Mapbox GL JS v3.9 or any later releases. 要使用此功能,您的应用程序必须使用 Mapbox GL JS v3.9 或任何后续版本。
基础用法
将雪效果添加到地图中。
API
snowProps
属性名 | 说明 | 类型 | 默认值 |
---|---|---|---|
color | 雪粒子的颜色 | string,object | #ffffff |
centerThinning | 雪粒子的中心稀疏度 (0-1) | number,object | 0.4 |
density | 雪粒子的密度 (0-1) | number,object | ['interpolate', ['linear'], ['zoom'], 11, 0, 13, 0.85] |
direction | 雪粒子的方向 | array,object | [0, 50] |
flakeSize | 雪花颗粒尺寸 (0-5) | number,object | 0.71 |
intensity | 雪粒子的移动速度 (0-1) | number,object | 1 |
opacity | 雪粒子的透明度 (0-1) | number,object | 1 |
vignette | 雪景小品屏幕空间效果 | number,object | ['interpolate', ['linear'], ['zoom'], 11, 0, 13, 0.3] |
vignetteColor | 雪景小品屏幕空间角落着色 | string,object | #ffffff |
defaultOptions | 雪效果的配置项(覆盖同名属性) | object SnowSpecification | - |