WeatherLocation
Represents the location of the Weather object.
Attributes
Attributes
name
name
The name of location.
Type: str
lat
lat
The latitude of location.
There's a chance that this is None
Type: str
long
long
The longitude of the location.
Type: str
timezone
timezone
The timezone of the location.
Type: str
alert
alert
The alert of the location.
Type: str
degreetype
degreetype
The degree type of the location.
Type: str
imagerelativeurl
imagerelativeurl
The image URL of the location.
Type: str
latitude
latitude
An alias for lat
attribute.
Type: str
longitude
longitude
An alias of long
attribute.
Type: str
degree_type
degree_type
An alias of degreetype
attribute.
Type: str
image_relative_url
image_relative_url
An alias of imagerelativeurl
attribute.
Type: str
Last updated