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

Properties

Properties

lat: number
lon: number