More and more watchfaces are now calculating sunset/sunrise for which you need to know a lat/long position.
Apparently the last known position can be retrieved.
Any pointers to how to do so? I cannot really find it in the API docs, neither was the search on this forum very helpful.
Something like calling Toybox::Position.getInfo() w/o GPS fix, and when the returned Toybox::Position::Info.accuracy == QUALITY_LAST_KNOWN it denotes the last known position?