MMKManoeuvre
Warning
This feature is available in the NaviKit SDK version.
|
@interface MMKManoeuvre : NSObject |
Summary
Class methods
|
+ (nonnull MMKManoeuvre *)manoeuvreWithAction:( MMKDrivingAction)action |
Properties
|
@property (nonatomic, readonly) MMKDrivingAction action; |
|
@property (nonatomic, readonly, nonnull) MMKLocalizedValue *distance; |
|
@property (nonatomic, readonly, nullable) NSString *nextRoadName; |
Class methods
manoeuvreWithAction:distance:nextRoadName:
|
+ (nonnull MMKManoeuvre *)manoeuvreWithAction:( MMKDrivingAction)action |
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.