I'm making an app to insert GPS positions on a Traccar server. The "documentation" here https://www.traccar.org/osmand/ says that I must to send params using this API example
http://demo.traccar.org:5055/?id=123456&lat={0}&lon={1}×tamp={2}&hdop={3}&altitude={4}&speed={5}
But nothing about hdop parameter. What is that?