Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does the phone need to be connected to the internet so that the network provider can determine a location?

Does the phone need to be connected to the internet all the time, so that the network provider can determine a location?

When I test my app on my phone, and in Settings->Location only Use wireless network is checked, and I am not connected to the internet via Wi-Fi, I can not get a location fix.

I know there was something that the network provider uses availability of cell tower, but I don't know how that works exactly and should I have full internet access.

Please someone make this clear for me.

like image 505
Sandra Avatar asked Aug 09 '11 13:08

Sandra


People also ask

How do I turn on location services on Android?

Open your phone's Settings app. Under "Personal," tap Location access. At the top of the screen, turn Access to my location on or off.


1 Answers

Yes, you need to be connected to the Internet in order to get correct network location fixes. At least most of the time.

The phone collects the following data (it does not need a connection to the Internet to do this):

  • nearby wifi information by scanning for wifi access points
  • nearby mobile cell information is available from the phone's cellular radio

The phone then sends this data to a server. The server uses this data to look in its database to determine the phone's most likely position. The server sends the location information back to the phone. This is all done using data connection via Internet (either mobile Internet or wifi).

Some implementations additionally download a small amount of the server's database to the phone (describing a small area around the phone's current position) so that the phone doesn't have to query the Internet all the time. However, once the phone has moved outside of this small area it will need to access the Internet to get correct locations again.

So, basically, without Internet connectivity you can't (reliably) use network location.

like image 84
David Wasser Avatar answered Nov 03 '22 00:11

David Wasser