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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -