static Maneuver |
Maneuver.forNumber(int value) |
|
Maneuver |
NavigationInstruction.Builder.getManeuver() |
Encapsulates the navigation instructions for the current step (e.g., turn
left, merge, straight, etc.).
|
Maneuver |
NavigationInstruction.getManeuver() |
Encapsulates the navigation instructions for the current step (e.g., turn
left, merge, straight, etc.).
|
Maneuver |
NavigationInstructionOrBuilder.getManeuver() |
Encapsulates the navigation instructions for the current step (e.g., turn
left, merge, straight, etc.).
|
static Maneuver |
Maneuver.valueOf(int value) |
Deprecated.
|
static Maneuver |
Maneuver.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Maneuver |
Maneuver.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Maneuver[] |
Maneuver.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|