ReplayEventUpdateLocation

data class ReplayEventUpdateLocation(val eventTimestamp: Double, val 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

Link copied to clipboard
fun ReplayEventUpdateLocation(eventTimestamp: Double, location: ReplayEventLocation)

Properties

Link copied to clipboard
@SerializedName(value = "event_timestamp")
open override val eventTimestamp: Double
Link copied to clipboard
@SerializedName(value = "location")
val location: ReplayEventLocation