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)