reverse geocoding Cache

Giovannic7 years ago

I would like to know if every time Traccar does reverse geocoding the google api is consumed, or if Traccar has a cache for addresses, for example:
if a device always travels in a certain route consumes the google api?
Thanks

Anton Tananaev7 years ago

You can enable cache, but it doesn't help much because it looks for exact match.

visiondrive7 years ago

Does this not help at all Anton?

    <entry key='geocoder.reuseDistance'>100</entry>

    <entry key='geocoder.cacheSize'>20000</entry>
Anton Tananaev7 years ago

It will only help for stationary devices.

Giovannic7 years ago

Ok I Understand, thanks for you collaboration