Skip to content

Location module

Reference to the schema.location.py module.

location

Defines the location class.

Location

Bases: BaseModel

Location represents a geographical location.

lat instance-attribute

lat: float

Latitude of the location.

lon instance-attribute

lon: float

Longitude of the location.