Represents a geographical location.

interface Geo {
    lat: number;
    lon: number;
}

Properties

Properties

lat: number

The latitude of this location.

lon: number

The longitude of this location.

Generated using TypeDoc