SymbolLayout constructor

SymbolLayout({
  1. bool? symbolAvoidEdges,
  2. num? symbolSortKey,
  3. String? symbolZOrder,
  4. bool? iconAllowOverlap,
  5. bool? iconIgnorePlacement,
  6. bool? iconOptional,
  7. String? iconRotationAlignment,
  8. num? iconSize,
  9. String? iconTextFit,
  10. List<num>? iconFitPadding,
  11. dynamic iconImage,
  12. num? iconRotate,
  13. num? iconPadding,
  14. bool? iconKeepUpright,
  15. List<num>? iconOffset,
  16. String? iconAnchor,
  17. String? iconPitchAlignment,
  18. String? textPitchAlignment,
  19. String? textRotationAlignment,
  20. String? textField,
  21. List<String>? textFont,
  22. num? textSize,
  23. num? textMaxWidth,
  24. num? textLineHeight,
  25. num? textLetterSpacing,
  26. String? textJustify,
  27. num? textRadialOffset,
  28. List<String>? textVariableAnchor,
  29. String? textAnchor,
  30. num? textMaxAngle,
  31. List<String>? textWritingMode,
  32. num? textRotate,
  33. num? textPadding,
  34. bool? textKeepUpright,
  35. String? textTransform,
  36. List<num>? textOffset,
  37. bool? textAllowOverlap,
  38. bool? textIgnorePlacement,
  39. bool? textOptional,
  40. 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,
});