SymbolLayout constructor
SymbolLayout({
- bool? symbolAvoidEdges,
- num? symbolSortKey,
- String? symbolZOrder,
- bool? iconAllowOverlap,
- bool? iconIgnorePlacement,
- bool? iconOptional,
- String? iconRotationAlignment,
- num? iconSize,
- String? iconTextFit,
- List<
num> ? iconFitPadding, - dynamic iconImage,
- num? iconRotate,
- num? iconPadding,
- bool? iconKeepUpright,
- List<
num> ? iconOffset, - String? iconAnchor,
- String? iconPitchAlignment,
- String? textPitchAlignment,
- String? textRotationAlignment,
- String? textField,
- List<
String> ? textFont, - num? textSize,
- num? textMaxWidth,
- num? textLineHeight,
- num? textLetterSpacing,
- String? textJustify,
- num? textRadialOffset,
- List<
String> ? textVariableAnchor, - String? textAnchor,
- num? textMaxAngle,
- List<
String> ? textWritingMode, - num? textRotate,
- num? textPadding,
- bool? textKeepUpright,
- String? textTransform,
- List<
num> ? textOffset, - bool? textAllowOverlap,
- bool? textIgnorePlacement,
- bool? textOptional,
- String? visibility,
Implementation
SymbolLayout({
this.symbolAvoidEdges,
this.symbolSortKey,
this.symbolZOrder,
this.iconAllowOverlap,
this.iconIgnorePlacement,
this.iconOptional,
this.iconRotationAlignment,
this.iconSize,
this.iconTextFit,
this.iconFitPadding,
this.iconImage,
this.iconRotate,
this.iconPadding,
this.iconKeepUpright,
this.iconOffset,
this.iconAnchor,
this.iconPitchAlignment,
this.textPitchAlignment,
this.textRotationAlignment,
this.textField,
this.textFont,
this.textSize,
this.textMaxWidth,
this.textLineHeight,
this.textLetterSpacing,
this.textJustify,
this.textRadialOffset,
this.textVariableAnchor,
this.textAnchor,
this.textMaxAngle,
this.textWritingMode,
this.textRotate,
this.textPadding,
this.textKeepUpright,
this.textTransform,
this.textOffset,
this.textAllowOverlap,
this.textIgnorePlacement,
this.textOptional,
this.visibility,
});