ReplayEventUpdateLocation

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)

Functions

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

Indicates whether some other object is "equal to" this one.

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

Returns a hash code value for the object.

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

Returns a string representation of the object.

Properties

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