GLONASS Satellite Stats on iOS Devices
July 16, 2012 8:29 PM Subscribe
Is there an iOS app that shows the received signal strengths of GLONASS satellites?
I recently discovered that the GPS receiver on the iPad v3 receives signals from the GLONASS (Russian version of GPS) satellites in addition to (American) GPS satellites.
I have been looking for an app which will show the signal strengths of the GLONASS satellites being received, and possibly their position on a horizon display, but have not been able to find any that do so.
Can you find me an app that shows this information?
posted by Juffo-Wup to technology (5 answers total)
A CLLocation object contains the following:
coordinate
altitude
horizontalAccuracy
verticalAccuracy
timestamp
description
horizontalAccuracy is just:
"The radius of uncertainty for the location, measured in meters."
From here.
posted by tylerkaraszewski at 9:04 PM on July 16, 2012 [1 favorite]