| Modifier and Type | Method and Description |
|---|---|
static Maneuver |
Maneuver.forNumber(int value) |
Maneuver |
NavigationInstruction.getManeuver()
Encapsulates the navigation instructions for the current step (for example,
turn left, merge, or straight).
|
Maneuver |
NavigationInstruction.Builder.getManeuver()
Encapsulates the navigation instructions for the current step (for example,
turn left, merge, or straight).
|
Maneuver |
NavigationInstructionOrBuilder.getManeuver()
Encapsulates the navigation instructions for the current step (for example,
turn left, merge, or straight).
|
static Maneuver |
Maneuver.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Maneuver |
Maneuver.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Maneuver> |
Maneuver.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
NavigationInstruction.Builder |
NavigationInstruction.Builder.setManeuver(Maneuver value)
Encapsulates the navigation instructions for the current step (for example,
turn left, merge, or straight).
|
Copyright © 2025 Google LLC. All rights reserved.