HistoryEventUpdateLocation

class HistoryEventUpdateLocation : HistoryEvent

Represents raw locations captured by and saved in history files.

Parameters

eventTimestamp

timestamp of event seconds

location

raw location

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

eventTimestamp
Link copied to clipboard
open override val eventTimestamp: Double
timestamp of event seconds
location
Link copied to clipboard
val location: Location
raw location