MarkerRF constructor
MarkerRF({
- required String Id,
- CoordinateRF? Positions,
- required String Image,
- double Width = 50,
- double Height = 50,
- String Type = "pin",
- Alignment alignment = Alignment.center,
- double? Bearing,
- int? Duration,
- double? heading,
- bool? Draggable = true,
- bool Visible = false,
- TickerProvider onTap()?,
- IAnimateRF? Animate,
- EdgeInsets? padding,
Implementation
MarkerRF({
required this.Id,
this.Positions,
required this.Image,
this.Width = 50,
this.Height = 50,
this.Type = "pin",
this.alignment = Alignment.center,
this.Bearing,
this.Duration,
this.heading,
this.Draggable = true,
this.Visible = false,
this.onTap,
this.Animate,
this.padding,
});