TKVehicleType

public enum TKVehicleType : Int

Undocumented

  • Undocumented

    Declaration

    Swift

    case unknown = 0
  • Undocumented

    Declaration

    Swift

    case bicycle = 1
  • car

    Undocumented

    Declaration

    Swift

    case car = 2
  • Undocumented

    Declaration

    Swift

    case motorbike = 3
  • SUV

    Undocumented

    Declaration

    Swift

    case SUV = 4
  • Undocumented

    Declaration

    Swift

    case kickscooter = 5
  • Undocumented

    Declaration

    Swift

    public var title: String { get }