SYWaypointVehicleInfo Class Reference

Vehicle info at waypoint. This class contains vehicle parameters which can change at waypoint (for example, cargo load/unload). Vehicle is going to leave the waypoint with parameters specified in this class. More...

#import <SYRoutingWaypoint.h>

Inheritance diagram for SYWaypointVehicleInfo:
Collaboration diagram for SYWaypointVehicleInfo:

Instance Methods

(nonnull instancetype) - initWithWeight:
 

Properties

SYWeight vehicleWeight
 Gross vehicle weight of the vehicle on waypoint. More...
 

Detailed Description

Vehicle info at waypoint. This class contains vehicle parameters which can change at waypoint (for example, cargo load/unload). Vehicle is going to leave the waypoint with parameters specified in this class.

Method Documentation

◆ initWithWeight:

- (nonnull instancetype) initWithWeight: (SYWeight)  weight

Property Documentation

◆ vehicleWeight

- (SYWeight) vehicleWeight
readwritenonatomicassign

Gross vehicle weight of the vehicle on waypoint.


The documentation for this class was generated from the following file: