PointAnnotationOptions constructor

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

Implementation

PointAnnotationOptions({
  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,
});