Interface ICalGeo

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

Properties

Properties

lat: number
lon: number

Generated using TypeDoc