merge with master
[framework/osp/locations.git] / src / FLoc_Config.h
index 83d336a..819d1a1 100644 (file)
 //
 
 /**
- * @file       FLoc_Config.h\r
- * @brief      This header file contains the constants used in the location namespace internally.\r
+ * @file       FLoc_Config.h
+ * @brief      This header file contains the constants used in the location namespace internally.
  *
- */\r
-\r
-#ifndef _FLOC_INTERNAL_CONFIG_H_\r
-#define _FLOC_INTERNAL_CONFIG_H_\r
-\r
-namespace Tizen { namespace Locations\r
-{\r
-\r
-const int MAX_WAIT_TIME_FOR_SYNC_LOC = 5;\r
-\r
-}} // Tizen::Locations\r
-#endif //_FLOC_INTERNAL_CONFIG_H_
\ No newline at end of file
+ */
+
+#ifndef _FLOC_INTERNAL_CONFIG_H_
+#define _FLOC_INTERNAL_CONFIG_H_
+
+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_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;
+
+}} // Tizen::Locations
+#endif //_FLOC_INTERNAL_CONFIG_H_