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

hashCode int

The hash code for this object.
read-onlyinherited

onEventUpdated OnEventUpdatedCallback?

final

onIndoorFeatureClick OnIndoorFeatureClickCallback?

final

onIndoorLevelChanged OnIndoorLevelChangedCallback?

final

onIndoorLevelsChanged OnIndoorLevelsChangedCallback?

final

onMapClick OnMapClickCallback?

final

onMapCreated (dynamic Function(LivemapController)?)

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

onMapReady OnMapReadyCallback?

The callback to be used when the map is ready
final

onPinpointClose OnPinpointCloseCallback?

The callback to be used when a pinpoint is closed
final

onPinpointOpen OnPinpointOpenCallback?

The callback to be used when a pinpoint is opened
final

onPinpointUpdated OnPinpointUpdatedCallback?

final

onUserLogin OnUserLoginCallback?

final

options Map<String, dynamic>

final

runtimeType Type

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