CoursePointType

@available(swift 4.0)
public enum CoursePointType : String, Codable

TCX Course Point Type

  • Generic

    Declaration

    Swift

    case generic = "Generic"
  • Summit

    Declaration

    Swift

    case summit = "Summit"
  • Valley

    Declaration

    Swift

    case valley = "Valley"
  • Water

    Declaration

    Swift

    case water = "Water"
  • Food

    Declaration

    Swift

    case food = "Food"
  • Danger

    Declaration

    Swift

    case danger = "Danger"
  • Left

    Declaration

    Swift

    case left = "Left"
  • Right

    Declaration

    Swift

    case right = "Right"
  • Straight

    Declaration

    Swift

    case straight = "Straight"
  • First Aid

    Declaration

    Swift

    case firstAid = "First Aid"
  • 4th Category

    Declaration

    Swift

    case fourthCategory = "4th Category"
  • 3rd Category

    Declaration

    Swift

    case thirdCategory = "3rd Category"
  • 2nd Category

    Declaration

    Swift

    case secondCategory = "2nd Category"
  • 1st Category

    Declaration

    Swift

    case firstCategory = "1st Category"
  • Hors Category

    Declaration

    Swift

    case horsCategory = "Hors Category"
  • Sprint

    Declaration

    Swift

    case sprint = "Sprint"