TruckType

@available(*, deprecated, message: "Will be removed in v4.27.0. Use `TruckCategory` instead.")
public enum TruckType : UInt32, CaseIterable, Codable

Specifies the type of truck.

  • A truck on a single frame with a permanently attached cargo area.

    Declaration

    Swift

    case straight
  • A towing vehicle that can pull one or more semi-trailers (AKA semi-truck.)

    Declaration

    Swift

    case tractor