PointAnnotationOptions constructor
PointAnnotationOptions({
- required Point geometry,
- Uint8List? image,
- IconAnchor? iconAnchor,
- String? iconImage,
- List<
double?> ? iconOffset, - double? iconRotate,
- double? iconSize,
- IconTextFit? iconTextFit,
- List<
double?> ? iconTextFitPadding, - double? symbolSortKey,
- TextAnchor? textAnchor,
- String? textField,
- TextJustify? textJustify,
- double? textLetterSpacing,
- double? textLineHeight,
- double? textMaxWidth,
- List<
double?> ? textOffset, - double? textRadialOffset,
- double? textRotate,
- double? textSize,
- TextTransform? textTransform,
- int? iconColor,
- double? iconEmissiveStrength,
- double? iconHaloBlur,
- int? iconHaloColor,
- double? iconHaloWidth,
- double? iconImageCrossFade,
- double? iconOcclusionOpacity,
- double? iconOpacity,
- double? symbolZOffset,
- int? textColor,
- double? textEmissiveStrength,
- double? textHaloBlur,
- int? textHaloColor,
- double? textHaloWidth,
- double? textOcclusionOpacity,
- 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,
});