Custom Live Tracking Service
The Cartograph app allows you to send your location to live tracking services via HTTP GET:
https://www.yourserver.com/liveTracking?latitude={lat}&longitude={lon}
Parameters
The following url placeholders are supported:
- {lat}: The latitude in degrees.
- {lon}: The longitude in degrees.
- {alt}: The altitude in meters.
- {course}: The course in degrees.
- {dst}: The distance in meters.
- {speed}: The speed in meters/second.
- {pt}: The point measurement time in seconds (unix timestamp).
- {st}: The time when the url was generated in seconds (unix timestamp).
The following url placeholders are supported but NOT filled with data. Future updates might add support for these parameters:
- {hf}: The heart frequency in beats/minute.
- {cad}: The cadence in revolutions/minute.
- {cal}: The kilo calories.
- {power}: The power in watts.
- {temp}: The temperature in degrees Celsius (°C).
- {lightint}: The light intensity in Lux.
- {hum}: The humidity in percent.
- {ap}: The air pressure in millibar.
- {steps}: The number of steps.