Skip to main content

Livemap

const Livemap({dynamic key, required Map<String, dynamic> options, dynamic onMapCreated(LivemapController)?, OnMapReadyCallback? onMapReady, OnPinpointOpenCallback? onPinpointOpen, OnPinpointCloseCallback? onPinpointClose, OnIndoorFeatureClickCallback? onIndoorFeatureClick, OnIndoorLevelChangedCallback? onIndoorLevelChanged, OnIndoorLevelsChangedCallback? onIndoorLevelsChanged, OnMapClickCallback? onMapClick, OnPinpointUpdatedCallback? onPinpointUpdated, OnEventUpdatedCallback? onEventUpdated, OnUserLoginCallback? onUserLogin})

Implementation

const Livemap(
{super.key,
required this.options,
this.onMapCreated,
this.onMapReady,
this.onPinpointOpen,
this.onPinpointClose,
this.onIndoorFeatureClick,
// this.onFloorChanged,
this.onIndoorLevelChanged,
this.onIndoorLevelsChanged,
this.onMapClick,
// this.onContentUpdated,
this.onPinpointUpdated,
this.onEventUpdated,
this.onUserLogin});