reverse geocoding Cache

Giovannic 8 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 Tananaev 8 years ago

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

visiondrive 8 years ago

Does this not help at all Anton?

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

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

It will only help for stationary devices.

Giovannic 8 years ago

Ok I Understand, thanks for you collaboration