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

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.