mapToUpdateLocation

fun mapToUpdateLocation(eventTimestamp: Double, point: Point): ReplayEventUpdateLocation

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

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