Type alias BoxLocation

BoxLocation: {
    coordinates: Coordinates;
    timestamp: RFC3339Date;
    type: "Point";
}

Type declaration

Generated using TypeDoc