Altitude

class Altitude(val meters: Double, val accuracy: Float?)

Object representing the altitude of the user.

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

Constructors

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

Properties

Link copied to clipboard

The accuracy of the altitude in meters.

Link copied to clipboard

The altitude in meters.