PMCmdWaypointVisitedReport

data class PMCmdWaypointVisitedReport(val arrivalTime: String? = null, val departureTime: String? = null, val visitType: PMCmdVisitType, val position: PMGeoPosition)

Status report for one visited waypoint

Constructors

Link copied to clipboard
fun PMCmdWaypointVisitedReport(arrivalTime: String? = null, departureTime: String? = null, visitType: PMCmdVisitType, position: PMGeoPosition)

Properties

Link copied to clipboard
val arrivalTime: String? = null

defines the time when car arrived to the waypoint in the UTC format, example 2015-03-06T14:15:00Z

Link copied to clipboard
val departureTime: String? = null

defines the time when car departure to the waypoint in the UTC format, example 2015-03-06T14:15:00Z

Link copied to clipboard

Current position when waypoint was marked as visited

Link copied to clipboard

Type of visit
Default value is PMCmdVisitType.Unknown