Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am wondering how we get GPS coordinates from the NETWORK_PROVIDER.

My guess is that it maps your current serving cell ID (assuming you are using a GSM phone) to its location. In this case, it might need to store the mapping (CellID-> lat,lon) somewhere locally inside your phone or on a server. But since your phone has limited storage, it's not possible to store all the mappings inside your phone. So sometimes you might not be able get a GPS if your phone is not connecting to WiFi or 3/4G network. However, based on my personal experience, you can still get location updates from network location even if you are not connecting to the network.

Can somebody tell me how Google magically gives us this information? Thanks!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.