YMKNavigationUpcomingRoadEvent
Важно
This feature is available in the NaviKit SDK version.
|
@interface YMKNavigationUpcomingRoadEvent : NSObject |
Summary
Properties
|
@property (nonatomic, readonly, nonnull) YMKDrivingEvent *event; |
|
@property (nonatomic, readonly, nullable) NSNumber *speedLimitStatus; |
|
@property (nonatomic, readonly, nullable) NSNumber *effectiveSpeedLimit; |
|
@property (nonatomic, readonly, nonnull) YMKRoutePosition *position; |
Properties
event
|
@property (nonatomic, readonly, nonnull) YMKDrivingEvent *event; |
speedLimitStatus
|
@property (nonatomic, readonly, nullable) NSNumber *speedLimitStatus; |
Optional property, can be nil.
effectiveSpeedLimit
|
@property (nonatomic, readonly, nullable) NSNumber *effectiveSpeedLimit; |
Effective speed limit. Non-empty only for speed control camera events. If a camera has no speed limit then some standard urban speed limit will be used.
Optional property, can be nil.
position
|
@property (nonatomic, readonly, nonnull) YMKRoutePosition *position; |