Android Question How top retrieve location over mobile network

Christopher

Member
Licensed User
Longtime User
hi,

I have successfully obtained relatively accurate position with Location.Manager over wifi. With Wifi absent however, I get the "coarse" position. When I activate data access over mobile network on my phone (and I can connect to internet) I still get the "coarse" result. Is there a way of getting the "fine" results with data enabled over mobile access ? If not, would it be possible to go to google maps and retrieve my location ? This info is for a mobile app. on a phone not tethered to wifi.

Thanks

Chris
 

Christopher

Member
Licensed User
Longtime User
Yes. I am using that library. With wifi on it yields "accuracy : 50" with wifi off it yields "accuracy: 1529". My question is whether with mobile data enabled (internet access) whether accuracy can be improved to similar level as with wi-fi on.

thanks

Chris
 
Upvote 0

Christopher

Member
Licensed User
Longtime User
I have read them. I guess this is why most vehicle tracking systems use a separate gps device for tracking.


Thank You

Chris
 
Upvote 0

Christopher

Member
Licensed User
Longtime User
I note that when I have turned off wi-fi and enabled 'data over mobile networks' on my mobile phone, google maps is able to accurately locate my position. Is there an API which would allow me to retrieve my coordinates (do same as Google with same accuracy) from my phone with data over mobile ?

Thanks

Chris
 
Upvote 0
Top