EnumOperationType
Represents the operation that will be performed in the stop.
enum EnumOperationType {
LOADING
UNLOADING
PARKING
REFUELING
}
Values
EnumOperationType.LOADING
Means that the stop is loading stop.
EnumOperationType.UNLOADING
Means that the stop is unloading stop.
EnumOperationType.PARKING
Means that the stop is a parking stop.
EnumOperationType.REFUELING
Means that the stop is a refueling stop.