Base
public enum Base : String, Codable
This enum holds the values of various events that can be sent to the event bus
-
Undocumented
Declaration
Swift
case READY = "READY"
-
Undocumented
Declaration
Swift
case INIT = "INIT"
-
Undocumented
Declaration
Swift
case POLYGON_CLICKED = "POLYGON_CLICKED"
-
Undocumented
Declaration
Swift
case SET_MAP = "SET_MAP"
-
Undocumented
Declaration
Swift
case MAP_CHANGED = "MAP_CHANGED"
-
Undocumented
Declaration
Swift
case UPDATE_GEOLOCATION = "UPDATE_GEOLOCATION"
-
Undocumented
Declaration
Swift
case FOCUS_ON = "FOCUS_ON"
-
Undocumented
Declaration
Swift
case SET_POLYGON_COLOR = "SET_POLYGON_COLOR"
-
Undocumented
Declaration
Swift
case SET_BACKGROUND_COLOR = "SET_BACKGROUND_COLOR"
-
Undocumented
Declaration
Swift
case GET_CURRENT_MAP = "GET_CURRENT_MAP"
-
Undocumented
Declaration
Swift
case CLEAR_POLYGON_COLOR = "CLEAR_POYGON_COLOR"
-
Undocumented
Declaration
Swift
case CLEAR_ALL_POLYGON_COLORS = "CLEAR_ALL_POLYGON_COLORS"
-
Undocumented
Declaration
Swift
case ADD_INTERACTIVE_POLYGON = "ADD_INTERACTIVE_POLYGON"
-
Undocumented
Declaration
Swift
case REMOVE_INTERACTIVE_POLYGON = "REMOVE_INTERACTIVE_POLYGON"
-
Undocumented
Declaration
Swift
case SET_SAFE_AREA = "SET_SAFE_AREA"
-
Undocumented
Declaration
Swift
case LABEL_ALL_LOCATIONS = "LABEL_ALL_LOCATIONS"
-
Undocumented
Declaration
Swift
case LABEL_POLYGON = "LABEL_POLYGON"
-
Undocumented
Declaration
Swift
case ENABLE_BLUE_DOT = "ENABLE_BLUE_DOT"
-
Undocumented
Declaration
Swift
case DISABLE_BLUE_DOT = "DISABLE_BLUE_DOT"
-
Undocumented
Declaration
Swift
case GET_NEAREST_NODE = "GET_NEAREST_NODE"
-
Undocumented
Declaration
Swift
case GET_BLUE_DOT_IS_FOLLOWING = "GET_BLUE_DOT_IS_FOLLOWING"
-
Undocumented
Declaration
Swift
case SET_BLUE_DOT_IS_FOLLOWING = "SET_BLUE_DOT_IS_FOLLOWING"
-
Undocumented
Declaration
Swift
case GET_DIRECTIONS = "GET_DIRECTIONS"
-
Undocumented
Declaration
Swift
case DESTROY = "DESTROY"
-
Undocumented
Declaration
Swift
case GET_VENUE = "GET_VENUE"
-
Undocumented
Declaration
Swift
case DATA_LOADED = "DATA_LOADED"
-
Undocumented
Declaration
Swift
case FIRST_MAP_LOADED = "FIRST_MAP_LOADED"
-
Undocumented
Declaration
Swift
case CREATE_MARKER = "CREATE_MARKER"
-
Undocumented
Declaration
Swift
case MARKER_MOVE = "MARKER_MOVE"
-
Undocumented
Declaration
Swift
case OVERRIDE_LOCATION = "OVERRIDE_LOCATION"
-
Undocumented
Declaration
Swift
case BLUE_DOT_UPDATED = "BLUE_DOT_UPDATED"
-
Undocumented
Declaration
Swift
case NOTHING_CLICKED = "NOTHING_CLICKED"
-
Undocumented
Declaration
Swift
case DRAW_PATH = "DRAW_PATH"
-
Undocumented
Declaration
Swift
case DRAW_JOURNEY = "DRAW_JOURNEY"
-
Undocumented
Declaration
Swift
case REMOVE_ALL_PATHS = "REMOVE_ALL_PATHS"
-
Undocumented
Declaration
Swift
case CLEAR_JOURNEY = "CLEAR_JOURNEY"
-
Undocumented
Declaration
Swift
case REMOVE_ALL_LABELS = "REMOVE_ALL_LABELS"