Other Classes
The following classes are available globally.
-
An
See moreAWFApiPermissionsobject contains the access permissions when interacting with the Aeris API.Declaration
Objective-C
@interface AWFApiPermissions : NSObjectSwift
class AWFApiPermissions : NSObject -
An
See moreAWFConditionSummaryPeriodobject represents data for a single period returned by the conditions/summary endpoint of the Aeris Weather API.Declaration
Objective-C
@interface AWFConditionSummaryPeriod : AWFWeatherObjectSwift
class AWFConditionSummaryPeriod : AWFWeatherObject -
An
See moreAWFCoordinateBoundsobject describes a map coordinate region defined by a bounding rectangle.Declaration
Objective-C
@interface AWFCoordinateBounds : NSObjectSwift
class AWFCoordinateBounds : NSObject -
See moreAWFForecastModelis a static class that contains information about the supported forecast models used throughout the library.Declaration
Objective-C
@interface AWFForecastModel : NSObjectSwift
class AWFForecastModel : NSObject -
An
See moreAWFGeoPolygonobject manages a series of coordinates that define a region or polygon that is used when requesting data from the API or rendering API data on a map.Declaration
Objective-C
@interface AWFGeoPolygon : NSObject <NSCoding>Swift
class AWFGeoPolygon : NSObject, NSCoding -
An
See moreAWFGeographicObjectobject is anAWFWeatherObjectsubclass that represents data for a specific geographical location. The geographical location can either be a coordinate or a place and is represented by anAWFPlaceinstance.Declaration
Objective-C
@interface AWFGeographicObject : AWFWeatherObjectSwift
class AWFGeographicObject : AWFWeatherObject -
An
See moreAWFLightningFlashobject represents data returned by the lightning/threats endpoint of the Aeris Weather API.Declaration
Objective-C
@interface AWFLightningFlash : AWFGeographicObjectSwift
class AWFLightningFlash : AWFGeographicObject -
AWFLightningFlashesprovides convenience methods for interacting with thelightning/threatsendpoint of the Aeris API. All requests will return instances ofAWFLightningFlashthat will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFLightningFlashes : AWFWeatherEndpointSwift
class AWFLightningFlashes : AWFWeatherEndpoint -
AWFLightningSummariesprovides convenience methods for interacting with thealerts/summaryendpoint of the Aeris API. All requests will return instances ofAWFLightningSummarythat will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFLightningSummaries : AWFWeatherEndpointSwift
class AWFLightningSummaries : AWFWeatherEndpoint -
An
See moreAWFLightningThreatobject represents data returned by the lightning/threats endpoint of the Aeris Weather API.Declaration
Objective-C
@interface AWFLightningThreat : AWFGeographicObjectSwift
class AWFLightningThreat : AWFGeographicObject -
An
See moreAWFLightningThreatobject represents data for a single period returned by the lightning/threats endpoint of the Aeris Weather API.Declaration
Objective-C
@interface AWFLightningThreatMovement : AWFWeatherObjectSwift
class AWFLightningThreatMovement : AWFWeatherObject -
An
See moreAWFLightningThreatPeriodobject contains lightning threat information for a specific time period.Declaration
Objective-C
@interface AWFLightningThreatPeriod : AWFWeatherObjectSwift
class AWFLightningThreatPeriod : AWFWeatherObject -
AWFLightningThreatsprovides convenience methods for interacting with thelightning/threatsendpoint of the Aeris API. All requests will return instances ofAWFLightningThreatthat will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFLightningThreats : AWFWeatherEndpointSwift
class AWFLightningThreats : AWFWeatherEndpoint -
An
See moreAWFMapPermissionsobject contains the access permissions when interacting with the Aeris Maps API.Declaration
Objective-C
@interface AWFMapPermissions : NSObjectSwift
class AWFMapPermissions : NSObject -
AWFMaritimeprovides convenience methods for interacting with theairqualityendpoint of the Aeris API. All requests will return instances ofAWFMaritimeReportthat will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFMaritime : AWFWeatherEndpointSwift
class AWFMaritime : AWFWeatherEndpoint -
An
See moreAWFMaritimeReportobject represents data returned by the maritime endpoint of the Aeris Weather API.Declaration
Objective-C
@interface AWFMaritimeReport : AWFGeographicObjectSwift
class AWFMaritimeReport : AWFGeographicObject -
An
See moreAWFMaritimePeriodobject represents data for a single period returned by the maritime endpoint of the Aeris Weather API.Declaration
Objective-C
@interface AWFMaritimePeriod : AWFWeatherObjectSwift
class AWFMaritimePeriod : AWFWeatherObject -
See moreAWFRequestQueryprovides a convenience wrapper for setting up request queries to be used with anAWFWeatherRequestOptionsinstance.Declaration
Objective-C
@interface AWFRequestQuery : NSObjectSwift
class AWFRequestQuery : NSObject -
An
See moreAWFWeatherObjectobject is the base model object used to represent all data returned from the API using object loaders.Declaration
Objective-C
@interface AWFWeatherObjectSwift
class AWFWeatherObject
View on GitHub
Other Classes Reference