Skip to content

Commit

Permalink
feat(TrackingLocation): Add fields for troubleshooting.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Jan 27, 2025
1 parent bc16e28 commit 7145895
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ public class TrackingLocation {

public Date timestamp;

/** ID of the device that reported the location - For troubleshooting only. */
public String device_id;

/** The OS of the device that reported the location - For troubleshooting only. */
public String app_platform;

/** App version of the device that reported the location - For troubleshooting only. */
public String app_version;

/** Deviation or on-time status computed for this location. */
public TripStatus tripStatus;

Expand Down

0 comments on commit 7145895

Please sign in to comment.