Package-level declarations

Types

Link copied to clipboard
data class TrajectoryPoint

Class representing a single point on the Trajectory.

Link copied to clipboard
data class VehicleProfile(val weight: Int = 1500, val hazmat: HazmatSettings = HazmatSettings(), val type: Int = LogisticInfoSettings.VehicleType.Car)