GPS Info
· v23
About
GPS information widget (position, altitude and speed)
Here is app version of the widget (will not be closed automatically by timeout): https://apps.garmin.com/en-US/apps/51e40370-eb76-4fd1-83c8-943b2b3c67fa
.
I miss an GPS information on my F6X. That's because I decided to write some code for it.
Now it shows:
1) Number of coordinates captures. The last one is useful because it stops incrementing if unexpected signal interruption occurs.
2) GPS signal quality (so You can understand coordinates accuracy).
3) GPS coordinates in various formats: Degree Format (ddd.dddddd), Degree/Minute Format (ddd mm.mmm) and Degree/Minute/Seconds Format (ddd mm ss)
4) Azimuth in degrees (taken from Compass).
5) Altitude in meters or foots (taken from sensor instead GPS).
6) Speed in km/h, miles/h or knots (just press Start button).
New in 0.2.1 - speed value in km/h is correct now. Pavel Arskov, thank You for feedback!
If You find any bugs please contact me via "Contact Developer" link!
And if somebody wants to say a small "thanks" to me it possible too: paypal.me/XeterMSK :)))
What's new
0.2.1 - speed value in km/h is correct now.
0.2.0 - optimised to work with the resources
0.1.9 - Speed in knots (as requested)..
0.1.8 - SDK 3.1.5, configuration for GPS data format, speed and azimuth units.
0.1.7 - Speed displayed correctly. Altitude data taken from sensor instead GPS.
0.1.6 - Speed screen added (just press Start button), data appearance is slightly updated.
0.1.5 - Azimuth field added. Added support for more devices. Some interface improvements.
0.1.4 - First public version