Enumeration E_SDK_EVENT

Enumeration Members

CLICK: "CLICK"

Emitted when the map is clicked or tapped on a touch screen.

MAP_CHANGED: "MAP_CHANGED"

Emitted when the map is changed

MAP_CHANGED_WITH_REASON: "MAP_CHANGED_WITH_REASON"

Emitted when the map is changed, plus the context in which it was changed. This is typically so developers can determine why the map was changed, such as a user clicking a connection, or the blue dot detecting a floor change, among others. See E_MAP_CHANGED_REASON.

NOTHING_CLICKED: "NOTHING_CLICKED"

Deprecated

Use E_SDK_EVENT.CLICK instead. Emitted when nothing (outside of interactive polygons) is clicked

OUTDOOR_VIEW_LOADED: "OUTDOOR_VIEW_LOADED"

Emitted when the outdoor view is ready. All currently requested tiles have loaded, and all fade and transition animations have completed. showVenue is resolved when the indoor map is ready even if the outdoor tiles are not yet loaded. Use this event to create a loading screen that ensures outdoor view is fully loaded and rendered.

POLYGON_CLICKED: "POLYGON_CLICKED"

Deprecated

Use E_SDK_EVENT.CLICK instead. Emitted when an interactive polygon is clicked

STATE_CHANGE: "STATE_CHANGE"

Emitted when the SDK state changes.