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!