YMKManoeuvre
Warning
This feature is available in the NaviKit SDK version.
@interface YMKManoeuvre : NSObject |
Summary
Class methods
+ (nonnull YMKManoeuvre *)manoeuvreWithAction:( YMKDrivingAction)action |
Properties
@property (nonatomic, readonly) YMKDrivingAction action; |
@property (nonatomic, readonly, nonnull) YMKLocalizedValue *distance; |
@property (nonatomic, readonly, nullable) NSString *nextRoadName; |
Class methods
manoeuvreWithAction:distance:nextRoadName:
+ (nonnull YMKManoeuvre *)manoeuvreWithAction:( YMKDrivingAction)action |
Properties
action
@property (nonatomic, readonly) YMKDrivingAction action; |
distance
@property (nonatomic, readonly, nonnull) YMKLocalizedValue *distance; |
nextRoadName
@property (nonatomic, readonly, nullable) NSString *nextRoadName; |
Optional field, can be nil.