PointAnnotation constructor

PointAnnotation({
  1. required String id,
  2. required Point geometry,
  3. Uint8List? image,
  4. IconAnchor? iconAnchor,
  5. String? iconImage,
  6. List<double?>? iconOffset,
  7. double? iconRotate,
  8. double? iconSize,
  9. IconTextFit? iconTextFit,
  10. List<double?>? iconTextFitPadding,
  11. double? symbolSortKey,
  12. TextAnchor? textAnchor,
  13. String? textField,
  14. TextJustify? textJustify,
  15. double? textLetterSpacing,
  16. double? textLineHeight,
  17. double? textMaxWidth,
  18. List<double?>? textOffset,
  19. double? textRadialOffset,
  20. double? textRotate,
  21. double? textSize,
  22. TextTransform? textTransform,
  23. int? iconColor,
  24. double? iconEmissiveStrength,
  25. double? iconHaloBlur,
  26. int? iconHaloColor,
  27. double? iconHaloWidth,
  28. double? iconImageCrossFade,
  29. double? iconOcclusionOpacity,
  30. double? iconOpacity,
  31. double? symbolZOffset,
  32. int? textColor,
  33. double? textEmissiveStrength,
  34. double? textHaloBlur,
  35. int? textHaloColor,
  36. double? textHaloWidth,
  37. double? textOcclusionOpacity,
  38. double? textOpacity,
})

Implementation

PointAnnotation({
  required this.id,
  required this.geometry,
  this.image,
  this.iconAnchor,
  this.iconImage,
  this.iconOffset,
  this.iconRotate,
  this.iconSize,
  this.iconTextFit,
  this.iconTextFitPadding,
  this.symbolSortKey,
  this.textAnchor,
  this.textField,
  this.textJustify,
  this.textLetterSpacing,
  this.textLineHeight,
  this.textMaxWidth,
  this.textOffset,
  this.textRadialOffset,
  this.textRotate,
  this.textSize,
  this.textTransform,
  this.iconColor,
  this.iconEmissiveStrength,
  this.iconHaloBlur,
  this.iconHaloColor,
  this.iconHaloWidth,
  this.iconImageCrossFade,
  this.iconOcclusionOpacity,
  this.iconOpacity,
  this.symbolZOffset,
  this.textColor,
  this.textEmissiveStrength,
  this.textHaloBlur,
  this.textHaloColor,
  this.textHaloWidth,
  this.textOcclusionOpacity,
  this.textOpacity,
});