MFDirectionsPOIOptions constructor

const MFDirectionsPOIOptions({
  1. MFLatLng? position,
  2. MFBitmap? icon,
  3. String? title,
  4. Color? titleColor,
  5. bool visible = true,
})

Implementation

const MFDirectionsPOIOptions({
  this.position,
  this.icon,
  this.title,
  this.titleColor,
  this.visible = true,
});