Type

@Serializable
enum Type : Enum<ManeuverModifier.Type>

Entries

Link copied to clipboard
@SerialName(value = "uturn")
UTURN

Indicates "uturn" maneuver modifier.

Link copied to clipboard
@SerialName(value = "sharp right")
SHARP_RIGHT

Indicates "sharp right" maneuver modifier.

Link copied to clipboard
@SerialName(value = "right")
RIGHT

Indicates "right" maneuver modifier.

Link copied to clipboard
@SerialName(value = "slight right")
SLIGHT_RIGHT

Indicates "slight right" maneuver modifier.

Link copied to clipboard
@SerialName(value = "straight")
STRAIGHT

Indicates "straight" maneuver modifier.

Link copied to clipboard
@SerialName(value = "slight left")
SLIGHT_LEFT

Indicates "slight left" maneuver modifier.

Link copied to clipboard
@SerialName(value = "left")
LEFT

Indicates "left" maneuver modifier.

Link copied to clipboard
@SerialName(value = "sharp left")
SHARP_LEFT

Indicates "sharp left" maneuver modifier.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.