MFPOI constructor
const
MFPOI({})
Creates an immutable representation of a MFPOI to draw on Map4dMap.
Implementation
const MFPOI(
{required this.poiId,
this.consumeTapEvents = false,
this.position = const MFLatLng(0.0, 0.0),
this.title = '',
this.titleColor = Colors.blue,
// this.subtitle = '',
this.icon = MFBitmap.defaultIcon,
this.type = 'point',
this.visible = true,
this.zIndex = 0,
this.onTap});