SkyLayer constructor
SkyLayer(- {required String id,
- Visibility? visibility,
- double? minZoom,
- double? maxZoom,
- String? slot,
- int? skyAtmosphereColor,
- int? skyAtmosphereHaloColor,
- List<double?>? skyAtmosphereSun,
- double? skyAtmosphereSunIntensity,
- int? skyGradient,
- List<double?>? skyGradientCenter,
- double? skyGradientRadius,
- double? skyOpacity,
- SkyType? skyType}
)
Implementation
SkyLayer({
required String id,
Visibility? visibility,
double? minZoom,
double? maxZoom,
String? slot,
this.skyAtmosphereColor,
this.skyAtmosphereHaloColor,
this.skyAtmosphereSun,
this.skyAtmosphereSunIntensity,
this.skyGradient,
this.skyGradientCenter,
this.skyGradientRadius,
this.skyOpacity,
this.skyType,
}) : super(
id: id,
visibility: visibility,
maxZoom: maxZoom,
minZoom: minZoom,
slot: slot);