AWFIndexPeriod
Objective-C
@interface AWFIndexPeriod : AWFGeographicObjectSwift
class AWFIndexPeriod : AWFGeographicObjectAn AWFIndexPeriod object represents data returned by the indices endpoint
of the Aeris Weather API.
- 
                  
                  An array of index items for periods in the future. This value will be nilby default. In order to obtain forecast indices, you must provide atoDatewith your request options.
- 
                  
                  Minimum index value allowed for the index type. DeclarationObjective-C @property (nonatomic) CGFloat rangeMin;Swift var rangeMin: CGFloat { get set }
- 
                  
                  Maximum index value allowed for the index type. DeclarationObjective-C @property (nonatomic) CGFloat rangeMax;Swift var rangeMax: CGFloat { get set }
- 
                  
                  Index type this period pertains to. DeclarationObjective-C @property (nonatomic, nullable) AWFIndexDataType type;Swift unowned(unsafe) var type: NSString? { get set }
- 
                  
                  Whether or not the index range values are reversed. By default, the index range is not reversed meaning that the lowest index value corresponds to the lowest risk or severity. When the range is reversed, the lowest index value corresponds to the greatest risk or severity. DeclarationObjective-C @property (nonatomic) BOOL isReverse;Swift var isReverse: Bool { get set }
 View on GitHub
View on GitHub AWFIndexPeriod Class Reference
        AWFIndexPeriod Class Reference