Other Classes
The following classes are available globally.
-
An
See moreAWFApiPermissions
object contains the access permissions when interacting with the Aeris API.Declaration
Objective-C
@interface AWFApiPermissions : NSObject
Swift
class AWFApiPermissions : NSObject
-
An
See moreAWFConditionSummaryPeriod
object represents data for a single period returned by the conditions/summary endpoint of the Aeris Weather API.Declaration
Objective-C
@interface AWFConditionSummaryPeriod : AWFWeatherObject
Swift
class AWFConditionSummaryPeriod : AWFWeatherObject
-
An
See moreAWFCoordinateBounds
object describes a map coordinate region defined by a bounding rectangle.Declaration
Objective-C
@interface AWFCoordinateBounds : NSObject
Swift
class AWFCoordinateBounds : NSObject
-
See moreAWFForecastModel
is a static class that contains information about the supported forecast models used throughout the library.Declaration
Objective-C
@interface AWFForecastModel : NSObject
Swift
class AWFForecastModel : NSObject
-
An
See moreAWFGeoPolygon
object 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 moreAWFGeographicObject
object is anAWFWeatherObject
subclass that represents data for a specific geographical location. The geographical location can either be a coordinate or a place and is represented by anAWFPlace
instance.Declaration
Objective-C
@interface AWFGeographicObject : AWFWeatherObject
Swift
class AWFGeographicObject : AWFWeatherObject
-
An
See moreAWFLightningFlash
object represents data returned by the lightning/threats endpoint of the Aeris Weather API.Declaration
Objective-C
@interface AWFLightningFlash : AWFGeographicObject
Swift
class AWFLightningFlash : AWFGeographicObject
-
AWFLightningFlashes
provides convenience methods for interacting with thelightning/threats
endpoint of the Aeris API. All requests will return instances ofAWFLightningFlash
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFLightningFlashes : AWFWeatherEndpoint
Swift
class AWFLightningFlashes : AWFWeatherEndpoint
-
AWFLightningSummaries
provides convenience methods for interacting with thealerts/summary
endpoint of the Aeris API. All requests will return instances ofAWFLightningSummary
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFLightningSummaries : AWFWeatherEndpoint
Swift
class AWFLightningSummaries : AWFWeatherEndpoint
-
An
See moreAWFLightningThreat
object represents data returned by the lightning/threats endpoint of the Aeris Weather API.Declaration
Objective-C
@interface AWFLightningThreat : AWFGeographicObject
Swift
class AWFLightningThreat : AWFGeographicObject
-
An
See moreAWFLightningThreat
object represents data for a single period returned by the lightning/threats endpoint of the Aeris Weather API.Declaration
Objective-C
@interface AWFLightningThreatMovement : AWFWeatherObject
Swift
class AWFLightningThreatMovement : AWFWeatherObject
-
An
See moreAWFLightningThreatPeriod
object contains lightning threat information for a specific time period.Declaration
Objective-C
@interface AWFLightningThreatPeriod : AWFWeatherObject
Swift
class AWFLightningThreatPeriod : AWFWeatherObject
-
AWFLightningThreats
provides convenience methods for interacting with thelightning/threats
endpoint of the Aeris API. All requests will return instances ofAWFLightningThreat
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFLightningThreats : AWFWeatherEndpoint
Swift
class AWFLightningThreats : AWFWeatherEndpoint
-
An
See moreAWFMapPermissions
object contains the access permissions when interacting with the Aeris Maps API.Declaration
Objective-C
@interface AWFMapPermissions : NSObject
Swift
class AWFMapPermissions : NSObject
-
AWFMaritime
provides convenience methods for interacting with theairquality
endpoint of the Aeris API. All requests will return instances ofAWFMaritimeReport
that will be populated by the data returned by the API unless otherwise indicated.Declaration
Objective-C
@interface AWFMaritime : AWFWeatherEndpoint
Swift
class AWFMaritime : AWFWeatherEndpoint
-
An
See moreAWFMaritimeReport
object represents data returned by the maritime endpoint of the Aeris Weather API.Declaration
Objective-C
@interface AWFMaritimeReport : AWFGeographicObject
Swift
class AWFMaritimeReport : AWFGeographicObject
-
An
See moreAWFMaritimePeriod
object represents data for a single period returned by the maritime endpoint of the Aeris Weather API.Declaration
Objective-C
@interface AWFMaritimePeriod : AWFWeatherObject
Swift
class AWFMaritimePeriod : AWFWeatherObject
-
See moreAWFRequestQuery
provides a convenience wrapper for setting up request queries to be used with anAWFWeatherRequestOptions
instance.Declaration
Objective-C
@interface AWFRequestQuery : NSObject
Swift
class AWFRequestQuery : NSObject
-
An
See moreAWFWeatherObject
object is the base model object used to represent all data returned from the API using object loaders.Declaration
Objective-C
@interface AWFWeatherObject
Swift
class AWFWeatherObject