SYRouteWarningDimensionalRestriction Class Reference

Parent class for warnings representing that dimensional parameters of vehicle break some road restrictions. More...

#import <SYRouteWarning.h>

Inheritance diagram for SYRouteWarningDimensionalRestriction:
Collaboration diagram for SYRouteWarningDimensionalRestriction:

Properties

NSNumber * allowedValue
 Maximum allowed value according to restriction. More...
 
NSNumber * actualValue
 Actual value which violates restriction. More...
 
- Properties inherited from SYRouteWarningWithSection
SYGeoPolyline * section
 Polyline of geographical coordinates associated with the warning. More...
 
- Properties inherited from SYRouteWarning
SYRouteWarningType type
 Type of this warning object. Depending on this value, you can cast the object to a specific subclass. More...
 

Additional Inherited Members

- Instance Methods inherited from SYRouteWarning
((unavailable("Only subclasses can be instantiated.") - __attribute__
 
- Class Methods inherited from SYRouteWarning
((unavailable("Only subclasses can be instantiated.") + __attribute__
 

Detailed Description

Parent class for warnings representing that dimensional parameters of vehicle break some road restrictions.

Property Documentation

◆ allowedValue

- (NSNumber*) allowedValue
readwritenonatomicstrong

Maximum allowed value according to restriction.

◆ actualValue

- (NSNumber*) actualValue
readwritenonatomicstrong

Actual value which violates restriction.


The documentation for this class was generated from the following file: