serviceproviders/sapi_location/locationservice/src/locationcoreimp.cpp
branchRCL_3
changeset 34 5dae2c62e9b6
parent 23 50974a8b132e
child 44 0b68a1b0c15e
equal deleted inserted replaced
32:4ac3198c2c5b 34:5dae2c62e9b6
   170         // Set update interval to one second to receive one position data per second
   170         // Set update interval to one second to receive one position data per second
   171 	    updateopts.SetUpdateInterval(TTimeIntervalMicroSeconds(KSUpdateInterval));
   171 	    updateopts.SetUpdateInterval(TTimeIntervalMicroSeconds(KSUpdateInterval));
   172 
   172 
   173 	    // If position server could not get position
   173 	    // If position server could not get position
   174 	    // In two minutes it will terminate the position request
   174 	    // In two minutes it will terminate the position request
   175 	    updateopts.SetUpdateTimeOut(TTimeIntervalMicroSeconds(KSUpdateTimeOut));
   175 	    // updateopts.SetUpdateTimeOut(TTimeIntervalMicroSeconds(KSUpdateTimeOut));
   176 
   176 
   177 	    // Positions which have time stamp below KMaxAge can be reused
   177 	    // Positions which have time stamp below KMaxAge can be reused
   178 	    updateopts.SetMaxUpdateAge(TTimeIntervalMicroSeconds(KSMaxAge));
   178 	    updateopts.SetMaxUpdateAge(TTimeIntervalMicroSeconds(KSMaxAge));
   179 
   179 
   180 	    // Enables location framework to send partial position data
   180 	    // Enables location framework to send partial position data