Class is used for storing the route path events. More...
Public Member Functions | |
| RouteEvent (RouteEventType type, int value, float distance) | |
| Default constructor for class RouteEvent. | |
| RouteEventType | getType () |
| Incoming event type RouteEventType. | |
| int | getValue () |
| Indicates angle in degrees for TURN_LEFT/TURN_RIGHT types RouteEventType and target sublocation unique identifier if type is TRANSITION Sublocation. | |
| float | getDistance () |
| distance from the beginning of the route to incoming event in meters. | |
| String | toString () |
Class is used for storing the route path events.
Referenced from: RoutePath.
Definition at line 16 of file RouteEvent.java.
|
inline |
Default constructor for class RouteEvent.
Definition at line 28 of file RouteEvent.java.
|
inline |
distance from the beginning of the route to incoming event in meters.
Java code snippet:
Kotlin code snippet:
Definition at line 82 of file RouteEvent.java.
|
inline |
Incoming event type RouteEventType.
Java code snippet:
Kotlin code snippet:
Definition at line 49 of file RouteEvent.java.
|
inline |
Indicates angle in degrees for TURN_LEFT/TURN_RIGHT types RouteEventType and target sublocation unique identifier if type is TRANSITION Sublocation.
Java code snippet:
Kotlin code snippet:
Definition at line 66 of file RouteEvent.java.
|
inline |
Definition at line 87 of file RouteEvent.java.