RouteTimestamp

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

Information about route creation or modification time.

Parameters

timestampInMillis

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

timeWithZone

Wall-clock time of the creation of the route.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard