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 super.id,
super.visibility,
super.visibilityExpression,
super.filter,
super.minZoom,
super.maxZoom,
super.slot,
this.backgroundColor,
this.backgroundColorExpression,
this.backgroundEmissiveStrength,
this.backgroundEmissiveStrengthExpression,
this.backgroundOpacity,
this.backgroundOpacityExpression,
this.backgroundPattern,
this.backgroundPatternExpression,
this.backgroundPitchAlignment,
this.backgroundPitchAlignmentExpression,
});