YMKNavigationSpeedLimits

@interface YMKNavigationSpeedLimits : NSObject

Undocumented

Summary

Class methods

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

Properties

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

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

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

Class methods

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


Properties

urban

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

Undocumented


rural

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

Undocumented


expressway

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

Undocumented