Have you enabled geocoding?
how i can do that?
I would recommend reading documentation first before asking any more questions.
I added the Nominatim configuration to the traccar but nothing change
try:
use your key
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>nominatim</entry>
<entry key='geocoder.url'>https://locationiq.org/v1/reverse.php</entry>
<entry key='geocoder.key'>xxxxxxxxxxxxxx</entry>
hi,
still not working .
but i notice in my default.xml there are those lines
<entry key='geocoder.enable'>false</entry>
<entry key='geocoder.type'>google</entry>
hey,
it's working i fixed it it was a miss configuration
hey
In my position the address attribute is always null
anyone can help?