YMKManoeuvreWithLaneSignBalloon
Важно
This feature is available in the NaviKit SDK version.
|
@interface YMKManoeuvreWithLaneSignBalloon : NSObject |
Summary
Class methods
|
+ (nonnull YMKManoeuvreWithLaneSignBalloon *)manoeuvreWithLaneSignBalloonWithManoeuvre:(nonnull YMKManoeuvre *)manoeuvre |
Properties
|
@property (nonatomic, readonly, nonnull) YMKManoeuvre *manoeuvre; |
|
@property (nonatomic, readonly, nonnull) YMKDrivingLaneSign *laneSign; |
|
@property (nonatomic, readonly, nullable) YMKDrivingDirectionSign *directionSign; |
Class methods
manoeuvreWithLaneSignBalloonWithManoeuvre:laneSign:directionSign:
|
+ (nonnull YMKManoeuvreWithLaneSignBalloon *)manoeuvreWithLaneSignBalloonWithManoeuvre:(nonnull YMKManoeuvre *)manoeuvre |
Properties
manoeuvre
|
@property (nonatomic, readonly, nonnull) YMKManoeuvre *manoeuvre; |
laneSign
|
@property (nonatomic, readonly, nonnull) YMKDrivingLaneSign *laneSign; |
directionSign
|
@property (nonatomic, readonly, nullable) YMKDrivingDirectionSign *directionSign; |
Optional field, can be nil.