java - Android Location Coordinates Low Accuracy Using 3G triangulation -


i using 3g location provider android application. onlocationchanged function , using if statement

if(location.getaccuracy()<100){ //do stuff here. } 

this condition not being satisfied while being on 3g. guess 3g not providing enough accuracy.

my question is: how accurate, on average, 3g location triangulation? suggest set value?

that depends on multiple factors, signal strength, triangulation of 3g/4g towers... truth 3g not accurate gps is. more battery efficient.

take on topic: android:gps coordinates different in 3g , wifi


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -