WeatherLocation
Represents the location of the Weather object.
Attributes
name
nameThe name of location.
Type: str
lat
latThe latitude of location.
Type: str
long
longThe longitude of the location.
Type: str
timezone
timezoneThe timezone of the location.
Type: str
alert
alertThe alert of the location.
Type: str
degreetype
degreetypeThe degree type of the location.
Type: str
imagerelativeurl
imagerelativeurlThe image URL of the location.
Type: str
latitude
latitudeAn alias for lat attribute.
Type: str
longitude
longitudeAn alias of long attribute.
Type: str
degree_type
degree_typeAn alias of degreetype attribute.
Type: str
image_relative_url
image_relative_urlAn alias of imagerelativeurl attribute.
Type: str
Last updated
Was this helpful?