PointAnnotationOptions constructor
PointAnnotationOptions({
- Map<
String?, Object?> ? geometry, - Uint8List? image,
- IconAnchor? iconAnchor,
- String? iconImage,
- List<
double?> ? iconOffset, - double? iconRotate,
- double? iconSize,
- double? symbolSortKey,
- TextAnchor? textAnchor,
- String? textField,
- TextJustify? textJustify,
- double? textLetterSpacing,
- double? textMaxWidth,
- List<
double?> ? textOffset, - double? textRadialOffset,
- double? textRotate,
- double? textSize,
- TextTransform? textTransform,
- int? iconColor,
- double? iconHaloBlur,
- int? iconHaloColor,
- double? iconHaloWidth,
- double? iconOpacity,
- int? textColor,
- double? textHaloBlur,
- int? textHaloColor,
- double? textHaloWidth,
- 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,
});