TNTripLength

@objc
public enum TNTripLength : Int, RawRepresentable, CaseIterable, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case short
  • Undocumented

    Declaration

    Swift

    case medium
  • Undocumented

    Declaration

    Swift

    case long
  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public var rawValue: RawValue { get }
  • Declaration

    Swift

    public init?(rawValue: RawValue)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Undocumented

    Declaration

    Swift

    public static func fromRawValue(_ value: RawValue) throws -> TNTripLength
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws