I am using 3G as my location provider for an android application. For my onLocationChanged function , I am using the if statement
if(location.getAccuracy()<100){
//do some stuff here.
}
This condition is not being satisfied while being on 3G. So my guess is that 3G is not providing enough accuracy.
My question is: How accurate, on average, is 3G location triangulation? what do you suggest I set the value?