Is there any way to get an iPhone's GPS signal strength? I'd like to make some kind of display like this:
No public API exists for checking GPS signal strength but it doesn't sound like that is what you are really looking for anyway. You absolutely can check the accuracy of the locations returned by CoreLocation.
Look at CLLocation, it has horizontalAccuracy
and verticalAccuracy
properties which indicate how accurate the device believes that location fix to be.
You should concentrate mainly on the CLLocation attribute horizontalAccuracy
.
This value represents the estimated accuracy related to the current latitude, longitude coordinate.
verticalAccuracy
represents the accuracy in altitude / height.
Generally, GPS devices are not well suitable for accurate height measurement, so concentrate on the horizontal attributes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With