Event indicating the route target has been reached. More...
Public Member Functions | |
| TargetReachedEvent (long index, LocationPoint point) | |
| Default constructor for class TargetReachedEvent. | |
| long | getIndex () |
| Index of reached target in target list. | |
| LocationPoint | getPoint () |
| Location point where target was reached. | |
| String | toString () |
Event indicating the route target has been reached.
Referenced from RouteEvent.
Definition at line 16 of file TargetReachedEvent.java.
|
inline |
Default constructor for class TargetReachedEvent.
Definition at line 26 of file TargetReachedEvent.java.
|
inline |
Index of reached target in target list.
Java code snippet:
Kotlin code snippet:
Definition at line 46 of file TargetReachedEvent.java.
|
inline |
Location point where target was reached.
Java code snippet:
Kotlin code snippet:
Definition at line 63 of file TargetReachedEvent.java.
|
inline |
Definition at line 68 of file TargetReachedEvent.java.