Companion

object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
mapToUpdateLocation
Link copied to clipboard
fun mapToUpdateLocation(eventTimestamp: Double, location: Location): ReplayEventBase
Map an Android location into a replay event.
fun mapToUpdateLocation(eventTimestamp: Double, point: Point): ReplayEventUpdateLocation
Map a point into a replay event.
toString
Link copied to clipboard
open fun toString(): String