MMKManoeuvre

@interface MMKManoeuvre : NSObject

Undocumented

Summary

Class methods

+ (nonnull MMKManoeuvre *)manoeuvreWithAction:( MMKDrivingAction)action
                                     distance:(nonnull MMKLocalizedValue *)distance
                                 nextRoadName:(nullable NSString *)nextRoadName;

Properties

@property (nonatomic, readonly) MMKDrivingAction action;
Undocumented

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

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

Class methods

manoeuvreWithAction:distance:nextRoadName:

+ (nonnull MMKManoeuvre *)manoeuvreWithAction:( MMKDrivingAction)action
                                     distance:(nonnull MMKLocalizedValue *)distance
                                 nextRoadName:(nullable NSString *)nextRoadName;


Properties

action

@property (nonatomic, readonly) MMKDrivingAction action;

Undocumented


distance

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

Undocumented


nextRoadName

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

Optional field, can be nil.