BackgroundLayer constructor
BackgroundLayer({
- required String id,
- Visibility? visibility,
- List<
Object> ? visibilityExpression, - List<
Object> ? filter, - double? minZoom,
- double? maxZoom,
- String? slot,
- int? backgroundColor,
- List<
Object> ? backgroundColorExpression, - double? backgroundEmissiveStrength,
- List<
Object> ? backgroundEmissiveStrengthExpression, - double? backgroundOpacity,
- List<
Object> ? backgroundOpacityExpression, - String? backgroundPattern,
- List<
Object> ? backgroundPatternExpression, - BackgroundPitchAlignment? backgroundPitchAlignment,
- List<
Object> ? backgroundPitchAlignmentExpression,
Implementation
BackgroundLayer({
required String id,
Visibility? visibility,
List<Object>? visibilityExpression,
List<Object>? filter,
double? minZoom,
double? maxZoom,
String? slot,
int? this.backgroundColor,
List<Object>? this.backgroundColorExpression,
double? this.backgroundEmissiveStrength,
List<Object>? this.backgroundEmissiveStrengthExpression,
double? this.backgroundOpacity,
List<Object>? this.backgroundOpacityExpression,
String? this.backgroundPattern,
List<Object>? this.backgroundPatternExpression,
BackgroundPitchAlignment? this.backgroundPitchAlignment,
List<Object>? this.backgroundPitchAlignmentExpression,
}) : super(
id: id,
visibility: visibility,
visibilityExpression: visibilityExpression,
filter: filter,
maxZoom: maxZoom,
minZoom: minZoom,
slot: slot);