Event indicating the route target has been reached. More...
Public Member Functions | |
| TargetReachedEvent (this.index, this.point) | |
| Default constructor. | |
Public Attributes | |
| int | index |
| Index of reached target in target list. | |
| LocationPoint | point |
| Location point where target was reached. | |
Event indicating the route target has been reached.
Referenced from RouteEvent.
Definition at line 20 of file target_reached_event.dart.
| TargetReachedEvent.TargetReachedEvent | ( | this. | index, |
| this. | point ) |
Default constructor.
| int TargetReachedEvent.index |
Index of reached target in target list.
Dart code snippet:
Definition at line 33 of file target_reached_event.dart.
| LocationPoint TargetReachedEvent.point |
Location point where target was reached.
Dart code snippet:
Definition at line 44 of file target_reached_event.dart.