getSpeedAccuracyMetersPerSecond

open fun getSpeedAccuracyMetersPerSecond(@NonNull location: @NonNull Location): Float(source)

Get the estimated speed accuracy of this location in meters per second.

NOTE: On API levels below 26, the concept of speed accuracy does not exist. In order to allow for backwards compatibility and testing however, this method will attempt to read a float extra with the key EXTRA_SPEED_ACCURACY and return the result.

See also