Entries

Link copied to clipboard
@SerialName(value = "text")
TEXT

Default. Indicates the text is part of the instructions and no other type.

Link copied to clipboard
@SerialName(value = "icon")
ICON

This is text that can be replaced by an imageBaseURL icon.

Link copied to clipboard
@SerialName(value = "delimiter")
DELIMITER

This is text that can be dropped, and should be dropped if you are rendering icons.

Link copied to clipboard
@SerialName(value = "exit-number")
EXIT_NUMBER

Indicates the exit number for the maneuver.

Link copied to clipboard
@SerialName(value = "exit")
EXIT

Provides the the word for exit in the local language.

Link copied to clipboard
@SerialName(value = "lane")
LANE

Indicates which lanes can be used to complete the maneuver.

Link copied to clipboard
@SerialName(value = "guidance-view")
GUIDANCE_VIEW

This view gives guidance through junctions and is used to complete maneuvers.

Link copied to clipboard
@SerialName(value = "signboard")
SIGNBOARD

This view gives guidance through signboards and is used to complete maneuvers.

Link copied to clipboard
@SerialName(value = "jct")
JCT

This view gives guidance through junctions and is used to complete maneuvers.

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.