YMKManoeuvre

@interface YMKManoeuvre : NSObject

Undocumented

Summary

Class methods

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

Properties

@property (nonatomic, readonly) YMKDrivingAction action;
Undocumented

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

@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;

Undocumented


distance

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

Undocumented


nextRoadName

@property (nonatomic, readonly, nullable) NSString *nextRoadName;

Optional field, can be nil.