android - getSpeed vs calculated speed -
I tried the location.getSpeed () method and I tried to calculate the speed using distance / time Of I am using GPS (high accuracy), so I started driving around. Calculating one method was more accurate than one getSpeed. I'm driving 30km / hour, like calculation 28 but will be like getSpeed 8
Is this normal? I think getSpeed is more accurate but apparently not
Tell me if I'm missing something
location .getspaid () meters / second returns, km / hr no.
8 meters / s 28.8 km / h, which matches your speed. / P>
Comments
Post a Comment