- An app to keep track of distance traveled via GPS and incrementing the last reported odometer reading.
These are not functionalities provided out of the box by LubeLogger, and are just examples of the possibilities achievable via the API endpoints.
+
+
::: warning
+
# Experimental Feature
+
Feature describe below is in an experimental phase and may not be stable or available in current release.
+
:::
+
+
## Trip Recorder
+
New in 1.3.9, an experimental feature to tap into the users devices' GPS to update odometer and record routes while driving.
+
+
This feature requires the LubeLogger instance to be served via **HTTPS** to a device with a browser tbat supports **Geolocation** and **Wakelock API**. When a trip is being recorded, the app will prevent the screen/device from going to sleep, and will retrieve the user's coordinates every 3 seconds.
+
+
You will need to enable Precise Location for your browser in order for LubeLogger to retrieve your location accurately.