MMKManoeuvre

Warning

This feature is available in the NaviKit SDK version.

@interface MMKManoeuvre : NSObject

Summary

Class methods

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

Properties

@property (nonatomic, readonly) MMKDrivingAction action;

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

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


distance

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


nextRoadName

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

Optional field, can be nil.