YMKManoeuvreBalloon

@interface YMKManoeuvreBalloon : NSObject

Undocumented

Summary

Class methods

+ (nonnull YMKManoeuvreBalloon *)manoeuvreBalloonWithManoeuvre:(nonnull YMKManoeuvre *)manoeuvre
                                                 directionSign:(nullable YMKDrivingDirectionSign *)directionSign;

Properties

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

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

Class methods

manoeuvreBalloonWithManoeuvre:directionSign:

+ (nonnull YMKManoeuvreBalloon *)manoeuvreBalloonWithManoeuvre:(nonnull YMKManoeuvre *)manoeuvre
                                                 directionSign:(nullable YMKDrivingDirectionSign *)directionSign;


Properties

manoeuvre

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

Undocumented


directionSign

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

Optional field, can be nil.