YMKManoeuvre

Warning

This feature is available in the NaviKit SDK version.

@interface YMKManoeuvre : NSObject

Summary

Class methods

+ (nonnull YMKManoeuvre *)manoeuvreWithAction:( YMKDrivingAction)action
                                     distance:(nonnull YMKLocalizedValue *)distance
                                 nextRoadName:(nullable NSString *)nextRoadName;

Properties

@property (nonatomic, readonly) YMKDrivingAction action;

@property (nonatomic, readonly, nonnull) YMKLocalizedValue *distance;

@property (nonatomic, readonly, nullable) NSString *nextRoadName;
Optional field, can be nil

Class methods

manoeuvreWithAction:distance:nextRoadName:

+ (nonnull YMKManoeuvre *)manoeuvreWithAction:( YMKDrivingAction)action
                                     distance:(nonnull YMKLocalizedValue *)distance
                                 nextRoadName:(nullable NSString *)nextRoadName;


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.