Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use Core Location / GPS without any internet connection / disabled cellular network?

I need to capture the GPS coordinates (no reverse geocoding, names, etc) in regions where there is no internet such as on a sailing boat or in the Sahara desert, so that you just get the latitude and longitude of where you are.

Does Core Location support that and falls back to GPS-only (no cell triangulation or WiFi location mapping)?

I think it does, but just want to be sure.

like image 859
openfrog Avatar asked Jan 14 '13 21:01

openfrog


People also ask

Can GPS work without internet?

Yes. On both iOS and Android phones, any mapping app has the ability to track your location without needing an internet connection. Without getting too complicated, the GPS system inside your smartphone works in two different ways. When you have a data connection, your phone uses Assisted GPS, or A-GPS.

Can someone see your location if WiFi is off?

Anyone trying to track your device after it's been switched off will only be able to trace it to the location it was before it was switched off. Which, ideally, should not be your home address.

Does location sharing work without data?

Your device doesn't send anything back, it's a one-way street. When you share your location through Google, it's taking the data from the GPS and sending it via the Internet, whether that's WiFi or mobile data.


2 Answers

Some iOS devices have a real GPS chip allowing you to get location data even with no Internet connection. I believe the last few iPhones all have GPS. Some of the iPad models have GPS. I don't believe any of the iPod touch models have GPS.

Obviously without Internet you can't show any map data unless it is part of the app, but the app will be able to record real location data.

Also, without Internet, the GPS may take longer to get an initial position. The devices with GPS have what is called "assisted GPS". This means Cellular and/or WiFi triangulation is used to help get an initial position fix quicker that without.

Devices without GPS use cellular and/or WiFi triangulation to get estimated location data which is far less accurate than devices with GPS.

like image 102
rmaddy Avatar answered Oct 27 '22 01:10

rmaddy


The list of devices that allow you get location without wifi:

iPad + cellular (assisted GPS)
iPad2 + cellular (assisted GPS)
iPad3 + cellular (assisted GPS + GLONASS)
iPad4 + cellular (assisted GPS + GLONASS)
iPad Air + cellular (assisted GPS + GLONASS)
iPad Air 2 (iBeacon)
iPad Air 2 + cellular (assisted GPS + GLONASS + iBeacon)

iPad Mini + cellular (assisted GPS + GLONASS)
iPad Mini 2 + cellular (assisted GPS + GLONASS)
iPad Mini 3 (iBeacon)
iPad Mini 3 + cellular (assisted GPS + GLONASS + iBeacon)

iPhone 3G (GPS + assisted GPS)
iPhone 3GS (GPS + assisted GPS)
iPhone 4 (GPS + assisted GPS)
iPhone 4S (GPS + assisted GPS + GLONASS)
iPhone 5 (GPS + assisted GPS + GLONASS)
iPhone 5C (GPS + assisted GPS + GLONASS)
iPhone 5S (GPS + assisted GPS + GLONASS)
iPhone 6 (GPS + assisted GPS + GLONASS)
iPhone 6 Plus (GPS + assisted GPS + GLONASS)

Devices that definitely DO NOT allow you get location without wifi.

iPhone (1st generation)
iPod touch
iPad
iPad 2
iPad 3
iPad 4
iPad Air
iPad Mini
iPad Mini 2

like image 28
Bartłomiej Semańczyk Avatar answered Oct 26 '22 23:10

Bartłomiej Semańczyk