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. double? symbolSortKey,
  9. TextAnchor? textAnchor,
  10. String? textField,
  11. TextJustify? textJustify,
  12. double? textLetterSpacing,
  13. double? textMaxWidth,
  14. List<double?>? textOffset,
  15. double? textRadialOffset,
  16. double? textRotate,
  17. double? textSize,
  18. TextTransform? textTransform,
  19. int? iconColor,
  20. double? iconHaloBlur,
  21. int? iconHaloColor,
  22. double? iconHaloWidth,
  23. double? iconOpacity,
  24. int? textColor,
  25. double? textHaloBlur,
  26. int? textHaloColor,
  27. double? textHaloWidth,
  28. double? textOpacity,
})

Implementation

PointAnnotationOptions({
  this.geometry,
  this.image,
  this.iconAnchor,
  this.iconImage,
  this.iconOffset,
  this.iconRotate,
  this.iconSize,
  this.symbolSortKey,
  this.textAnchor,
  this.textField,
  this.textJustify,
  this.textLetterSpacing,
  this.textMaxWidth,
  this.textOffset,
  this.textRadialOffset,
  this.textRotate,
  this.textSize,
  this.textTransform,
  this.iconColor,
  this.iconHaloBlur,
  this.iconHaloColor,
  this.iconHaloWidth,
  this.iconOpacity,
  this.textColor,
  this.textHaloBlur,
  this.textHaloColor,
  this.textHaloWidth,
  this.textOpacity,
});