TruckCategory

public enum TruckCategory : UInt32, CaseIterable, Codable

Specifies the truck category. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • 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