MMKNavigationUpcomingRoadEvent

Warning

This feature is available in the NaviKit SDK version.

@interface MMKNavigationUpcomingRoadEvent : NSObject

Summary

Properties

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

@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;

Properties

event

@property (nonatomic, readonly, nonnull) MMKDrivingEvent *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) MMKRoutePosition *position;