Class describing turn guidance event. More...
#include <com/navigine/idl/objc/NCTurnEvent.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithType:angle: |
| Default constructor for class NCTurnEvent. | |
Class Methods | |
| (nonnull instancetype) | + turnEventWithType:angle: |
| Factory method for class NCTurnEvent. | |
Properties | |
| NCTurnType | type |
| Turn direction/severity type. | |
| int32_t | angle |
| Signed turn angle in degrees. | |
Class describing turn guidance event.
Referenced from RouteEvent.
Definition at line 19 of file NCTurnEvent.h.
| - (nonnull instancetype) initWithType: | (NCTurnType) | type | |
| angle: | (int32_t) | angle |
Default constructor for class NCTurnEvent.
| + (nonnull instancetype) turnEventWithType: | (NCTurnType) | type | |
| angle: | (int32_t) | angle |
Factory method for class NCTurnEvent.
|
readnonatomicassign |
Signed turn angle in degrees.
Swift code snippet:
Objective C code snippet:
Definition at line 61 of file NCTurnEvent.h.
|
readnonatomicassign |
Turn direction/severity type.
Swift code snippet:
Objective C code snippet:
Definition at line 46 of file NCTurnEvent.h.