Wrong Location.

vdovin 9 years ago

So I have added distance filter to traccar server(<entry key='filter.enable'>true</entry><entry key='filter.distance'>50</entry>). Also i have added in android application additional condition where i check location accuracy.I had hoped that this will correct wrong way at the map,but it does not solve the problem.http://joxi.ru/12MWexEIMkk8kr
Maybe exist any solutions to fix it?

Anton Tananaev 9 years ago

What app are you talking about? Traccar Client? If yes, what location provider are you using?

vdovin 9 years ago

Yes, Traccar Client. I using mixed provider

Anton Tananaev 9 years ago

Network provider (which is also used in mixed) can give wildly inaccurate results. If you need accuracy, you should only use GPS provider.

vdovin 9 years ago

Ok, thanks! I will test it.