DashRawGnssLocation

class DashRawGnssLocation(val altitude: Float, val bearing: Angle, val speed: Speed, val latitude: Float, val longitude: Float, val bearingAccuracy: Angle, val speedAccuracy: Speed, val horizontalAccuracyMeters: Float, val verticalAccuracyMeters: Float)

Represents raw GNSS location data, which includes various metrics such as altitude, bearing, speed, latitude, and longitude.

Parameters

altitude

The altitude of the location.

bearing

The bearing of the location.

speed

The speed at the location.

latitude

The latitude of the location.

longitude

The longitude of the location.

bearingAccuracy

The accuracy of the bearing.

speedAccuracy

The accuracy of the speed.

horizontalAccuracyMeters

The horizontal accuracy of the location in meters.

verticalAccuracyMeters

The vertical accuracy of the location in meters.

Constructors

Link copied to clipboard
constructor(altitude: Float, bearing: Angle, speed: Speed, latitude: Float, longitude: Float, bearingAccuracy: Angle, speedAccuracy: Speed, horizontalAccuracyMeters: Float, verticalAccuracyMeters: Float)

Properties

Link copied to clipboard
Link copied to clipboard
val bearing: Angle
Link copied to clipboard
val bearingAccuracy: Angle
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val speed: Speed
Link copied to clipboard
val speedAccuracy: Speed
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String