YMKNavigationSpeedLimitsRules

@interface YMKNavigationSpeedLimitsRules : NSObject

Undocumented

Summary

Class methods

+ (nonnull YMKNavigationSpeedLimitsRules *)navigationSpeedLimitsRulesWithUrban:( YMKNavigationSpeedLimitsRulesType)urban
                                                                         rural:( YMKNavigationSpeedLimitsRulesType)rural
                                                                    expressway:( YMKNavigationSpeedLimitsRulesType)expressway;

Properties

@property (nonatomic, readonly) YMKNavigationSpeedLimitsRulesType urban;
Undocumented

@property (nonatomic, readonly) YMKNavigationSpeedLimitsRulesType rural;
Undocumented

@property (nonatomic, readonly) YMKNavigationSpeedLimitsRulesType expressway;
Undocumented

Class methods

+ (nonnull YMKNavigationSpeedLimitsRules *)navigationSpeedLimitsRulesWithUrban:( YMKNavigationSpeedLimitsRulesType)urban
                                                                         rural:( YMKNavigationSpeedLimitsRulesType)rural
                                                                    expressway:( YMKNavigationSpeedLimitsRulesType)expressway;


Properties

urban

@property (nonatomic, readonly) YMKNavigationSpeedLimitsRulesType urban;

Undocumented


rural

@property (nonatomic, readonly) YMKNavigationSpeedLimitsRulesType rural;

Undocumented


expressway

@property (nonatomic, readonly) YMKNavigationSpeedLimitsRulesType expressway;

Undocumented