Enum of valid bluedot events. Pass a property of this into the {{#crossLink "Analytics/trackBlueDotEvent:method"}}{{/crossLink}} method. Valid properties are: ATTEMPT_BLUEDOT, FOUND_POSITION, FOUND_FLOOR.
Whenever a category is selected, you should fire this event.
The category the user selected.
Whenever a user requests directions, you should fire this event.
The start location for wayfinding.
The end location for wayfinding.
Whenever a location is selected, you should fire this event. What "selected" means can vary by venue, but a good rule of thumb is that you fire the event whenever you would show the location's details. Typically this is when the user taps it's polygon on the map, picks it from search results or a category list. or deep links directly into the map.
The location the user selected.
Indicates whether the user's geolocation is enabled.
Track an event.
A class to access the Mappedin Analytics platform. Correct usage will improve Smart Search results, and lead to more accurate insights. This will be created for you as part of Mappedin.{{#crossLink "Mappedin/initialize:method"}}{{/crossLink}}, but you can also create one manually. You are mostly going to use
locationSelected
.A list of configuration options for the Analytics API.
The same key you are using for getVenue. Handled automatically in Mapview.initialize()
The same secret you are using for getVenue. Handled automatically in Mapview.initialize()
The same venue slug you are using for getVenue. Handled automatically in MapView.initialize()
The context to pass with the analytics request. Defaults to "websdk".
Whether authentication should not be sent with analytics requests.
Whether analytics events should be dropped because this is running in a test environment.