android - Direction specific geofence - matching user's bearing to a range of degrees for a waypoint -


we building driving tour app works - tour audio triggered when user enters geofence of tour location (waypoint) in direction. if user enters direction, geofence event not become registered.

we can user's bearing (android), or course (ios) device, output specific, say, 191 degrees true north. there way assign each tour location (waypoint) range of degrees, say, 160-200 degrees, , if user's bearing/ course falls range geofence event become registered? if not in range, not registered?

this not specific scout sdk - can try app level implementation based on bearing , previous position: get direction android app user headed on entering geofence


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -