MMKLaneSignBalloon
@interface MMKLaneSignBalloon : NSObject |
Undocumented
Summary
Class methods
+ (nonnull MMKLaneSignBalloon *)laneSignBalloonWithLaneSign:(nonnull MMKDrivingLaneSign *)laneSign |
Properties
@property (nonatomic, readonly, nonnull) MMKDrivingLaneSign *laneSign; |
@property (nonatomic, readonly, nullable) MMKDrivingDirectionSign *directionSign; |
Class methods
laneSignBalloonWithLaneSign:directionSign:
+ (nonnull MMKLaneSignBalloon *)laneSignBalloonWithLaneSign:(nonnull MMKDrivingLaneSign *)laneSign |
Properties
laneSign
@property (nonatomic, readonly, nonnull) MMKDrivingLaneSign *laneSign; |
Undocumented
directionSign
@property (nonatomic, readonly, nullable) MMKDrivingDirectionSign *directionSign; |
Optional field, can be nil.