Grade enum Routes & Navigation

Climb difficulty categories (UCI-based).

These grades classify climb difficulty from most to least difficult.

Values

  • gradeHC: Hors catégorie — the most difficult climbs.
  • grade1: Category 1.
  • grade2: Category 2.
  • grade3: Category 3.
  • grade4: Category 4 — least difficult in this scale.

Returned by ClimbSection.grade.

Also see:

  • ClimbSection - Climb section describing an ascending segment of the route
Inheritance
Available extensions

Values

gradeHC → const Grade

Hors catégorie (most difficult)

grade1 → const Grade

Category 1

grade2 → const Grade

Category 2

grade3 → const Grade

Category 3

grade4 → const Grade

Category 4 (least difficult)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Grade>
A constant List of the values in this enum, in order of their declaration.