Event indicating the route target has been reached. More...
#include <com/navigine/idl/objc/NCTargetReachedEvent.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithIndex:point: |
| Default constructor for class NCTargetReachedEvent. | |
Class Methods | |
| (nonnull instancetype) | + targetReachedEventWithIndex:point: |
| Factory method for class NCTargetReachedEvent. | |
Properties | |
| int64_t | index |
| Index of reached target in target list. | |
| NCLocationPoint * | point |
| Location point where target was reached. | |
Event indicating the route target has been reached.
Referenced from RouteEvent.
Definition at line 19 of file NCTargetReachedEvent.h.
| - (nonnull instancetype) initWithIndex: | (int64_t) | index | |
| point: | (nonnull NCLocationPoint *) | point |
Default constructor for class NCTargetReachedEvent.
| + (nonnull instancetype) targetReachedEventWithIndex: | (int64_t) | index | |
| point: | (nonnull NCLocationPoint *) | point |
Factory method for class NCTargetReachedEvent.
|
readnonatomicassign |
Index of reached target in target list.
Swift code snippet:
Objective C code snippet:
Definition at line 46 of file NCTargetReachedEvent.h.
|
readnonatomicassign |
Location point where target was reached.
Swift code snippet:
Objective C code snippet:
Definition at line 61 of file NCTargetReachedEvent.h.