DashRawGnssData

class DashRawGnssData(val location: DashRawGnssLocation, val satellites: List<DashRawGnssSatelliteData>, val monotonicTimestampNanoseconds: Long)

Represents raw GNSS data, including location information and satellite data.

Parameters

location

The raw GNSS location 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(location: DashRawGnssLocation, satellites: List<DashRawGnssSatelliteData>, monotonicTimestampNanoseconds: Long)

Properties

Link copied to clipboard
Link copied to clipboard

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