Skip to main content

Livemap

The Livemap widget, to display the map

launch the map using token and emmid on the options attribute. different events are being listened and provided (as attributes), add your custom callback to the event

Constructors

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})

const

Properties

hashCodeint

The hash code for this object.
read-onlyinherited

onEventUpdatedOnEventUpdatedCallback?

final

onIndoorFeatureClickOnIndoorFeatureClickCallback?

final

onIndoorLevelChangedOnIndoorLevelChangedCallback?

final

onIndoorLevelsChangedOnIndoorLevelsChangedCallback?

final

onMapClickOnMapClickCallback?

final

onMapCreated → (dynamic Function(LivemapController)?)

When the LiveMap is created, a livemapController is ready to be used, to interact with the map
final

onMapReadyOnMapReadyCallback?

The callback to be used when the map is ready
final

onPinpointCloseOnPinpointCloseCallback?

The callback to be used when a pinpoint is closed
final

onPinpointOpenOnPinpointOpenCallback?

The callback to be used when a pinpoint is opened
final

onPinpointUpdatedOnPinpointUpdatedCallback?

final

onUserLoginOnUserLoginCallback?

final

optionsMap<String, dynamic>

final

runtimeTypeType

A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
inherited

toString() String

A string representation of this object.
inherited

Operators

operator ==(Object other) bool

The equality operator.
inherited