jariarkko / psgeo

Activity location library
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Implement continuously updated position on map to ease orienteering / site finding #258

Closed ralfstrandell closed 1 year ago

ralfstrandell commented 1 year ago

I am talking about orienteering, not navigation. Navigation would give a false impression of device guided navigation. We just aim to display the current position on map. This feature uses more battery. Hence, it should be optional.

ralfstrandell commented 1 year ago

And it's now implemented as an optional feature through DomainDefaults. Tested to work with click events. A button press toggles continuous positioning on/off and closing the position marker (Google Maps infoWindow) turns it off.