Azimuth

class Azimuth(val degrees: Float, val accuracy: Float?)

Object representing the users azimuth.

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

Constructors

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

Properties

Link copied to clipboard

The accuracy of the azimuth in degrees.

Link copied to clipboard

The azimuth in degrees.