PointAnnotationOptions constructor

PointAnnotationOptions(
  1. {Map<String?, Object?>? 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? iconOpacity,
  29. int? textColor,
  30. double? textEmissiveStrength,
  31. double? textHaloBlur,
  32. int? textHaloColor,
  33. double? textHaloWidth,
  34. double? textOpacity}
)

Implementation

PointAnnotationOptions({
  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.iconOpacity,
  this.textColor,
  this.textEmissiveStrength,
  this.textHaloBlur,
  this.textHaloColor,
  this.textHaloWidth,
  this.textOpacity,
});