HistoryEventUpdateLocation

class HistoryEventUpdateLocation : HistoryEvent

Represents raw locations captured by and saved in history files.

Parameters

eventTimestamp

timestamp of event seconds

location

raw location

Functions

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

Regenerate whenever a change is made

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

Regenerate whenever a change is made

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

Returns a string representation of the object.

Properties

Link copied to clipboard
open override val eventTimestamp: Double
Link copied to clipboard
val location: Location