PFCmdItineraryPart

class PFCmdItineraryPart : Table

One part of itinerary which could have own route options for computing.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
fun __init(_i: Int, _bb: ByteBuffer)
Link copied to clipboard
open fun __reset()
Link copied to clipboard
Link copied to clipboard
fun options(j: Int): Byte

(optional) Defines which route options should be applied to route, if it's empty the driver preference will be applyed

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

(optional) Vehicle profile to be used for this part of itinerary, if it's null/empty, the profile attributes defined by driver is used.

Link copied to clipboard

ordered list of waypoints, at least one waypoint is required, the last means "final destination"

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

(optional) current itinerary part report status, it will computed for sending report, and it will be empty during planning.

Link copied to clipboard
Link copied to clipboard