DashRawGnssData

class DashRawGnssData(val dilutionOfPrecision: DashDilutionOfPrecision?, val satellites: List<DashRawGnssSatelliteData>, val monotonicTimestampNanoseconds: Long)

Represents raw GNSS data, including Dilution of Precision and satellite data.

Parameters

dilutionOfPrecision

The Dilution of Precision data.

satellites

The list of raw GNSS satellite data.

monotonicTimestampNanoseconds

Timestamp which should be in sync with timestamps of locations from location provider.

Constructors

Link copied to clipboard
constructor(dilutionOfPrecision: DashDilutionOfPrecision?, satellites: List<DashRawGnssSatelliteData>, monotonicTimestampNanoseconds: Long)

Properties

Functions

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