I want to calculate the speed of user on WiFi. I am getting location updates via. onLocationChanged() but every time hasSpeed() returning false and getSpeed() returning 0.0.
Is there any API available to get speed on WiFi or I need to calculate speed manually? Any help or guidance will be well appreciated.
Note: I am able to get the speed on GPS.