YMKNavigationSpeedLimits

Важно

This feature is available in the NaviKit SDK version.

@interface YMKNavigationSpeedLimits : NSObject

Summary

Class methods

+ (nonnull YMKNavigationSpeedLimits *)navigationSpeedLimitsWithUrban:(nonnull YMKLocalizedValue *)urban
                                                               rural:(nonnull YMKLocalizedValue *)rural
                                                          expressway:(nonnull YMKLocalizedValue *)expressway;

Properties

@property (nonatomic, readonly, nonnull) YMKLocalizedValue *urban;

@property (nonatomic, readonly, nonnull) YMKLocalizedValue *rural;

@property (nonatomic, readonly, nonnull) YMKLocalizedValue *expressway;

Class methods

+ (nonnull YMKNavigationSpeedLimits *)navigationSpeedLimitsWithUrban:(nonnull YMKLocalizedValue *)urban
                                                               rural:(nonnull YMKLocalizedValue *)rural
                                                          expressway:(nonnull YMKLocalizedValue *)expressway;


Properties

urban

@property (nonatomic, readonly, nonnull) YMKLocalizedValue *urban;


rural

@property (nonatomic, readonly, nonnull) YMKLocalizedValue *rural;


expressway

@property (nonatomic, readonly, nonnull) YMKLocalizedValue *expressway;


Предыдущая