MMKManoeuvreWithLaneSignBalloon
@interface MMKManoeuvreWithLaneSignBalloon : NSObject |
Undocumented
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; |
Undocumented
laneSign
@property (nonatomic, readonly, nonnull) MMKDrivingLaneSign *laneSign; |
Undocumented
directionSign
@property (nonatomic, readonly, nullable) MMKDrivingDirectionSign *directionSign; |
Optional field, can be nil.