ReplayEventUpdateLocation

data class ReplayEventUpdateLocation(eventTimestamp: Double, location: ReplayEventLocation) : ReplayEventBase

Location event for replaying device GPS and Fused locations providers

Parameters

eventTimestamp

timestamp of event in seconds

location

ReplayEventLocation location coordinates to be replayed

Constructors

ReplayEventUpdateLocation
Link copied to clipboard
fun ReplayEventUpdateLocation(eventTimestamp: Double, location: ReplayEventLocation)
timestamp of event in seconds

Functions

component1
Link copied to clipboard
operator fun component1(): Double
component2
Link copied to clipboard
operator fun component2(): ReplayEventLocation
copy
Link copied to clipboard
fun copy(eventTimestamp: Double, location: ReplayEventLocation): ReplayEventUpdateLocation
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

eventTimestamp
Link copied to clipboard
@SerializedName(value = "event_timestamp")
open override val eventTimestamp: Double
timestamp of event in seconds
location
Link copied to clipboard
@SerializedName(value = "location")
val location: ReplayEventLocation
ReplayEventLocation location coordinates to be replayed