MMKNavigationSpeedLimits
@interface MMKNavigationSpeedLimits : NSObject |
Undocumented
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; |
Undocumented
rural
@property (nonatomic, readonly, nonnull) MMKLocalizedValue *rural; |
Undocumented
expressway
@property (nonatomic, readonly, nonnull) MMKLocalizedValue *expressway; |
Undocumented