In my android application i need to GetSpeed from GPS
But the onLocationChanged()
is called only every second even if set distance distance/time to 0 in requestLocationUpdates
How can i get the GPS Speed with higher frequency ? I don't need position, only speed
Is it possible to call GetSpeed outside onLocationChanged()?
Thank You very much