MMKNavigationUpcomingRoadEvent

@interface MMKNavigationUpcomingRoadEvent : NSObject

Undocumented

Summary

Properties

@property (nonatomic, readonly, nonnull) MMKDrivingEvent *event;
Undocumented

@property (nonatomic, readonly, nullable) NSNumber *speedLimitStatus;
Optional property, can be nil

@property (nonatomic, readonly, nullable) NSNumber *effectiveSpeedLimit;
Effective speed limit

@property (nonatomic, readonly, nonnull) MMKRoutePosition *position;
Undocumented

Properties

event

@property (nonatomic, readonly, nonnull) MMKDrivingEvent *event;

Undocumented


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) MMKRoutePosition *position;

Undocumented