WeatherLocation

Represents the location of the Weather object.

Attributes

name

The name of location.

Type: str

lat

The latitude of location.

There's a chance that this is None

Type: str

long

The longitude of the location.

Type: str

timezone

The timezone of the location.

Type: str

alert

The alert of the location.

Type: str

degreetype

The degree type of the location.

Type: str

imagerelativeurl

The image URL of the location.

Type: str

latitude

An alias for lat attribute.

Type: str

longitude

An alias of long attribute.

Type: str

degree_type

An alias of degreetype attribute.

Type: str

image_relative_url

An alias of imagerelativeurl attribute.

Type: str

Last updated