aboutsummaryrefslogtreecommitdiff
path: root/gps/location/LocationAPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'gps/location/LocationAPI.h')
-rw-r--r--gps/location/LocationAPI.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gps/location/LocationAPI.h b/gps/location/LocationAPI.h
index f5cc75a..530b1b0 100644
--- a/gps/location/LocationAPI.h
+++ b/gps/location/LocationAPI.h
@@ -308,8 +308,9 @@ typedef enum {
} GnssSuplMode;
typedef enum {
- BATCHING_MODE_ROUTINE = 0,
- BATCHING_MODE_TRIP
+ BATCHING_MODE_ROUTINE = 0, // positions are reported when batched positions memory is full
+ BATCHING_MODE_TRIP, // positions are reported when a certain distance is covered
+ BATCHING_MODE_NO_AUTO_REPORT // no report of positions automatically, instead queried on demand
} BatchingMode;
typedef enum {