PMCmdNavigationReport

data class PMCmdNavigationReport(val timeStamp: String, val id: String, val vehicleReport: PMCmdVehicleReport? = null, val positionReport: PMCmdPositionReport? = null, val currentItineraryReport: PMCmdItinerary? = null, val allItineraryReports: List<PMCmdItinerary>? = null, val waypointReports: List<PMCmdItineraryWaypoint>? = null)

Actual status report of vehicle, route and itinerary

Constructors

Link copied to clipboard
fun PMCmdNavigationReport(timeStamp: String, id: String, vehicleReport: PMCmdVehicleReport? = null, positionReport: PMCmdPositionReport? = null, currentItineraryReport: PMCmdItinerary? = null, allItineraryReports: List<PMCmdItinerary>? = null, waypointReports: List<PMCmdItineraryWaypoint>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

Fleet management unique vehicle ID ( for example VIN )

Link copied to clipboard

Status report of current position

Link copied to clipboard

Current datetime in UTC format/timezone

Link copied to clipboard

(optional) Status report of vehicle

Link copied to clipboard