MMKNavigationSpeedLimits
Warning
This feature is available in the NaviKit SDK version.
|
@interface MMKNavigationSpeedLimits : NSObject |
Summary
Class methods
|
+ (nonnull MMKNavigationSpeedLimits *)navigationSpeedLimitsWithUrban:(nonnull MMKLocalizedValue *)urban |
Properties
|
@property (nonatomic, readonly, nonnull) MMKLocalizedValue *urban; |
|
@property (nonatomic, readonly, nonnull) MMKLocalizedValue *rural; |
|
@property (nonatomic, readonly, nonnull) MMKLocalizedValue *expressway; |
Class methods
navigationSpeedLimitsWithUrban:rural:expressway:
|
+ (nonnull MMKNavigationSpeedLimits *)navigationSpeedLimitsWithUrban:(nonnull MMKLocalizedValue *)urban |
Properties
urban
|
@property (nonatomic, readonly, nonnull) MMKLocalizedValue *urban; |
rural
|
@property (nonatomic, readonly, nonnull) MMKLocalizedValue *rural; |
expressway
|
@property (nonatomic, readonly, nonnull) MMKLocalizedValue *expressway; |