interface CurrentLocation {
    coords: Coordinates;
    timestamp: number;
}

Properties

Properties

coords: Coordinates
timestamp: number