LapType

public enum LapType : String, Codable

The type of lag/segment

  • pre

    Pre-race

    Declaration

    Swift

    case pre
  • Main race

    Declaration

    Swift

    case main
  • Climb or other interesting segment

    Declaration

    Swift

    case segment
  • pst

    Post-race

    Declaration

    Swift

    case pst
  • Undocumented

    Declaration

    Swift

    case climb
  • Undocumented

    Declaration

    Swift

    case sprint