Terms used in this document.
App: The Route Tracker application (subject of this document) uniquely identified by package name 'com.WarwickWestonWright.RouteTracker'
Purpose of this app:
The main purpose of this app is to keep a record of a users' daily journeys and to store them for later viewing (as individual routes) on a Google map.
This app uses location data to store arrays of latitude/longitude coordinates for later viewing on a Google map as individual routes.
The arrays of latitude/longitude coordinates are stored in the following folder: 'Android/data/com.WarwickWestonWright.RouteTracker'. On devices running Android 10 and below, this folder will accessible through file explorers and will not be accessible on devices running Android 11+.
The arrays of latitude/longitude coordinates stored by this app are accessed only by the an in-app Google map.
This app does not share any data (personally identifiable or otherwise) with any parties.