MMKManoeuvreWithLaneSignBalloon
Warning
This feature is available in the NaviKit SDK version.
|
@interface MMKManoeuvreWithLaneSignBalloon : NSObject |
Summary
Class methods
|
+ (nonnull MMKManoeuvreWithLaneSignBalloon *)manoeuvreWithLaneSignBalloonWithManoeuvre:(nonnull MMKManoeuvre *)manoeuvre |
Properties
|
@property (nonatomic, readonly, nonnull) MMKManoeuvre *manoeuvre; |
|
@property (nonatomic, readonly, nonnull) MMKDrivingLaneSign *laneSign; |
|
@property (nonatomic, readonly, nullable) MMKDrivingDirectionSign *directionSign; |
Class methods
manoeuvreWithLaneSignBalloonWithManoeuvre:laneSign:directionSign:
|
+ (nonnull MMKManoeuvreWithLaneSignBalloon *)manoeuvreWithLaneSignBalloonWithManoeuvre:(nonnull MMKManoeuvre *)manoeuvre |
Properties
manoeuvre
|
@property (nonatomic, readonly, nonnull) MMKManoeuvre *manoeuvre; |
laneSign
|
@property (nonatomic, readonly, nonnull) MMKDrivingLaneSign *laneSign; |
directionSign
|
@property (nonatomic, readonly, nullable) MMKDrivingDirectionSign *directionSign; |
Optional field, can be nil.