Speed

class Speed(val mps: Float, val accuracy: Float?)

Object representing the speed of the user.

Note: These values can be empty depending on the accuracy of the location request.

Constructors

Link copied to clipboard
constructor(mps: Float, accuracy: Float?)

Properties

Link copied to clipboard

The accuracy of the speed in meters per second.

Link copied to clipboard
val mps: Float

The speed in meters per second.