soundscape icon indicating copy to clipboard operation
soundscape copied to clipboard

Audio beacon 15m cut-off

Open jchudge opened this issue 1 year ago • 2 comments

Allow the user to configure the current setting of 15 metres for turning off the audio beacon. This distance was set in the original Soundscape and took into account the general level of accuracy experienced with GPS behaviour. However, based on user feedback, having the beacon turn off automatically can lead to frustration - hence the requirement to make it configurable by the user. This could be done via 5 metre increments or less.

jchudge avatar Feb 06 '24 13:02 jchudge

I believe this is currently hard-coded as the constant EnterImmediateVicinityDistance at https://github.com/soundscape-community/soundscape/blob/main/apps/ios/GuideDogs/Code/Data/Destination%20Manager/DestinationManager.swift#L29.

steinbro avatar Apr 03 '24 11:04 steinbro

Also, the above constant may be shared among all functionality that uses geofencing, some proximity radius around a point that triggers some behavior when a user enters or leaves. I'm not sure what features beyond beacons this would affect, possibly route waypoints? Do we want this setting to change this proximity threshold across the app, or just beacons?

steinbro avatar Apr 03 '24 11:04 steinbro