getVerticalAccuracyMeters

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

Get the estimated vertical accuracy of this location in meters.

NOTE: On API levels below 26, the concept of vertical 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_VERTICAL_ACCURACY and return the result.

See also