RouteTimestamp

data class RouteTimestamp(val timestampInMillis: Long, val timeWithZone: Calendar)

Information about route creation or modification time.

Constructors

Link copied to clipboard
constructor(timestampInMillis: Long, timeWithZone: Calendar)

Properties

Link copied to clipboard

Elapsed real time since system boot at the moment of the creation of the route.

Link copied to clipboard

Wall-clock time of the creation of the route.

Functions

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