ReplayEventUpdateLocation
data class ReplayEventUpdateLocation(val eventTimestamp: Double, val location: ReplayEventLocation) : ReplayEventBase
Content copied to clipboard
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)
Content copied to clipboard
Properties
Link copied to clipboard
@SerializedName(value = "event_timestamp")
Content copied to clipboard