mapToUpdateLocation
fun mapToUpdateLocation(eventTimestamp: Double, point: Point): ReplayEventUpdateLocation
Content copied to clipboard
Map a point into a replay event.
Return
a ReplayEventBase event that can be replayed
Parameters
eventTimestamp
the eventTimestamp for the replay event
point
Point location to be replayed
fun mapToUpdateLocation(eventTimestamp: Double, location: Location): ReplayEventBase
Content copied to clipboard
Map an Android location into a replay event.
Return
a ReplayEventBase event that can be replayed
Parameters
eventTimestamp
the eventTimestamp for the replay event
location
Android location to be replayed