2021-02-12 20:34:10 +00:00
|
|
|
# GPS Power Status Widget
|
|
|
|
|
2022-02-14 10:59:15 +00:00
|
|
|
A simple widget that shows the on/off and fix status of the GPS.
|
2021-02-12 20:34:10 +00:00
|
|
|
|
|
|
|
The GPS can quickly run the battery down if it is on all the time so
|
|
|
|
it is useful to know if it has been switched on or not.
|
|
|
|
|
2022-02-09 12:49:01 +00:00
|
|
|
- Uses Bangle.isGPSOn()
|
2022-02-11 22:41:58 +00:00
|
|
|
|
2022-07-12 07:25:27 +00:00
|
|
|
There are two icons which can be used to visualize the GPS/GNSS status:
|
|
|
|
1. A cross colored depending on the GPS/GNSS status
|
2022-07-12 08:40:02 +00:00
|
|
|
- Shows in grey when the GPS is off
|
|
|
|
- Shows in amber when the GPS is on but has no fix
|
|
|
|
- Shows in green when the GPS is on and has a fix
|
2022-07-12 07:25:27 +00:00
|
|
|
2. Different place markers depending on GPS/GNSS status
|
|
|
|
|
2022-08-10 21:39:43 +00:00
|
|
|
You can also choose to hide the icon when the GPS is off in the settings.
|
2022-07-12 07:25:27 +00:00
|
|
|
|
2022-02-11 22:41:58 +00:00
|
|
|
Written by: [Hugh Barney](https://github.com/hughbarney) For support
|
|
|
|
and discussion please post in the [Bangle JS
|
|
|
|
Forum](http://forum.espruino.com/microcosms/1424/)
|
2022-02-14 10:59:15 +00:00
|
|
|
|
|
|
|
Extended by Marco ([myxor](https://github.com/myxor))
|
2022-07-12 07:25:27 +00:00
|
|
|
|
2022-08-10 22:14:17 +00:00
|
|
|
Extended by khromov ([khromov](https://github.com/khromov))
|
2022-08-10 21:39:43 +00:00
|
|
|
|
2022-07-12 07:25:27 +00:00
|
|
|
Place marker icons from [icons8.com](https://icons8.com/icon/set/maps/material-outlined).
|