AWFWeatherSeriesItem
Objective-C
@interface AWFWeatherSeriesItem
Swift
class AWFWeatherSeriesItem
An AWFWeatherSeriesItem instance is a subclass of AWFSeriesItem that supports defining an AWFWeatherEndpoint to use when requesting weather data
needed for rendering this series item on a graph.
See
AWFWeatherGraphSeries-
The endpoint to use for loading the data needed for the series item.
Declaration
Objective-C
@property (nonatomic, strong) AWFWeatherEndpoint *_Nonnull endpoint;Swift
var endpoint: AWFWeatherEndpoint { get set }
View on GitHub
AWFWeatherSeriesItem Class Reference