AWFGeographicObject
Objective-C
@interface AWFGeographicObject : AWFWeatherObject
Swift
class AWFGeographicObject : AWFWeatherObject
An AWFGeographicObject object is an AWFWeatherObject subclass that represents data for a specific geographical location. The geographical location can
either be a coordinate or a place and is represented by an AWFPlace instance.
-
An object representing the actual location used for the request and its geographical position relative to this object.
See
AWFRelativeToDeclaration
Objective-C
@property (nonatomic, strong, nullable) AWFRelativeTo *relativeTo;Swift
var relativeTo: AWFRelativeTo? { get set }
View on GitHub
AWFGeographicObject Class Reference