MMKManoeuvreWithLaneSignBalloon

@interface MMKManoeuvreWithLaneSignBalloon : NSObject

Undocumented

Summary

Class methods

+ (nonnull MMKManoeuvreWithLaneSignBalloon *)manoeuvreWithLaneSignBalloonWithManoeuvre:(nonnull MMKManoeuvre *)manoeuvre
                                                                              laneSign:(nonnull MMKDrivingLaneSign *)laneSign
                                                                         directionSign:(nullable MMKDrivingDirectionSign *)directionSign;

Properties

@property (nonatomic, readonly, nonnull) MMKManoeuvre *manoeuvre;
Undocumented

@property (nonatomic, readonly, nonnull) MMKDrivingLaneSign *laneSign;
Undocumented

@property (nonatomic, readonly, nullable) MMKDrivingDirectionSign *directionSign;
Optional field, can be nil

Class methods

manoeuvreWithLaneSignBalloonWithManoeuvre:laneSign:directionSign:

+ (nonnull MMKManoeuvreWithLaneSignBalloon *)manoeuvreWithLaneSignBalloonWithManoeuvre:(nonnull MMKManoeuvre *)manoeuvre
                                                                              laneSign:(nonnull MMKDrivingLaneSign *)laneSign
                                                                         directionSign:(nullable MMKDrivingDirectionSign *)directionSign;


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.