interface Location {
    lat: string;
    lon: string;
}

Properties

Properties

lat: string

latitude of the device

lon: string

longitude of the device