MMKManoeuvreBalloon

@interface MMKManoeuvreBalloon : NSObject

Undocumented

Summary

Class methods

+ (nonnull MMKManoeuvreBalloon *)manoeuvreBalloonWithManoeuvre:(nonnull MMKManoeuvre *)manoeuvre
                                                 directionSign:(nullable MMKDrivingDirectionSign *)directionSign;

Properties

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

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

Class methods

manoeuvreBalloonWithManoeuvre:directionSign:

+ (nonnull MMKManoeuvreBalloon *)manoeuvreBalloonWithManoeuvre:(nonnull MMKManoeuvre *)manoeuvre
                                                 directionSign:(nullable MMKDrivingDirectionSign *)directionSign;


Properties

manoeuvre

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

Undocumented


directionSign

@property (nonatomic, readonly, nullable) MMKDrivingDirectionSign *directionSign;

Optional field, can be nil.