TruckCategory

public enum TruckCategory : UInt32, CaseIterable, Codable

Specifies the truck category.

Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change 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