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
Post a Comment