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.
Definition at line 55 of file RouteEvent.java.
|
inline |
|
inline |
Indicates angle in degrees for TURN_LEFT/TURN_RIGHT types RouteEventType and target sublocation unique identifier if type is TRANSITION Sublocation.
Definition at line 48 of file RouteEvent.java.
|
inline |
Definition at line 60 of file RouteEvent.java.