PMCmdWaypointChanged

data class PMCmdWaypointChanged(val itineraryId: String, val waypoint: PMCmdItineraryWaypoint? = null, val vehicleReport: PMCmdVehicleReport? = null)

Navigation will send this event when car reached waypoint.

Constructors

Link copied to clipboard
fun PMCmdWaypointChanged(itineraryId: String, waypoint: PMCmdItineraryWaypoint? = null, vehicleReport: PMCmdVehicleReport? = null)

Properties

Link copied to clipboard

identification of itinerary for this wayoint

Link copied to clipboard

(optional) Status report of vehicle

Link copied to clipboard

Reached waypoint