diff options
author | Nandan SR <nandan.sr@samsung.com> | 2013-04-23 18:35:56 +0530 |
---|---|---|
committer | Nandan SR <nandan.sr@samsung.com> | 2013-04-24 11:37:38 +0530 |
commit | 5fecf3d30a386c4bb5023e900ed741d9b6bb4059 (patch) | |
tree | cdfb8fdb3bb91d834d994fb50ef64c49096cc41b /src/FLoc_Config.h | |
parent | 0298ab0b6ad413cb95b145f83adced9e43d98655 (diff) | |
download | locations-5fecf3d30a386c4bb5023e900ed741d9b6bb4059.tar.gz locations-5fecf3d30a386c4bb5023e900ed741d9b6bb4059.tar.bz2 locations-5fecf3d30a386c4bb5023e900ed741d9b6bb4059.zip |
Geo-fencing optimization
Change-Id: Iff1a8afc9b0b54b6bf5e0bd615e24e93a375aa50
Signed-off-by: Nandan SR <nandan.sr@samsung.com>
Diffstat (limited to 'src/FLoc_Config.h')
-rw-r--r-- | src/FLoc_Config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FLoc_Config.h b/src/FLoc_Config.h index 819d1a1..46c2b7e 100644 --- a/src/FLoc_Config.h +++ b/src/FLoc_Config.h @@ -29,10 +29,12 @@ namespace Tizen { namespace Locations const int MAX_WAIT_TIME_FOR_SYNC_LOC = 5; const int MIN_LOCATION_UPDATE_INTERVAL = 1; -const int DEFAULT_WAITING_TIME_FOR_FIXING_LOCATION = 40; +const int DEFAULT_WAITING_TIME_FOR_FIXING_GPS_LOCATION = 40; +const int DEFAULT_WAITING_TIME_FOR_FIXING_WPS_LOCATION = 10; const int DEFAULT_AVG_SPEED = 20; //Take average car speed as 72 km/hr = 20 m/s const int DEFAULT_REGION_MONITORING_CYCLE_INTERVAL = 5; const int DEFAULT_DISTANCE_CHECKING_INTERVAL = 10; +const int DEFAULT_THRESHOLD_LOC_VALIDITY_TIME_OUT = 3; }} // Tizen::Locations #endif //_FLOC_INTERNAL_CONFIG_H_ |