YMKNavigationSpeedLimits
Важно
This feature is available in the NaviKit SDK version.
|
@interface YMKNavigationSpeedLimits : NSObject |
Summary
Class methods
|
+ (nonnull YMKNavigationSpeedLimits *)navigationSpeedLimitsWithUrban:(nonnull YMKLocalizedValue *)urban |
Properties
|
@property (nonatomic, readonly, nonnull) YMKLocalizedValue *urban; |
|
@property (nonatomic, readonly, nonnull) YMKLocalizedValue *rural; |
|
@property (nonatomic, readonly, nonnull) YMKLocalizedValue *expressway; |
Class methods
navigationSpeedLimitsWithUrban:rural:expressway:
|
+ (nonnull YMKNavigationSpeedLimits *)navigationSpeedLimitsWithUrban:(nonnull YMKLocalizedValue *)urban |
Properties
urban
|
@property (nonatomic, readonly, nonnull) YMKLocalizedValue *urban; |
rural
|
@property (nonatomic, readonly, nonnull) YMKLocalizedValue *rural; |
expressway
|
@property (nonatomic, readonly, nonnull) YMKLocalizedValue *expressway; |