Package com.my.tracker
Annotation Interface MyTrackerConfig.LocationTrackingMode
- Enclosing class:
- MyTrackerConfig
-
Field Summary
Fields
-
Field Details
-
ACTIVE
static final int ACTIVEGeolocation will be updated during tracking and the last known geolocation will be tracked- See Also:
-
CACHED
static final int CACHEDThe last known geolocation will be tracked- See Also:
-
NONE
static final int NONEGeolocation not tracking- See Also:
-