public interface NavigationInstructionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstructions()
Instructions for navigating this step.
|
com.google.protobuf.ByteString |
getInstructionsBytes()
Instructions for navigating this step.
|
Maneuver |
getManeuver()
Encapsulates the navigation instructions for the current step (for example,
turn left, merge, or straight).
|
int |
getManeuverValue()
Encapsulates the navigation instructions for the current step (for example,
turn left, merge, or straight).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getManeuverValue()
Encapsulates the navigation instructions for the current step (for example, turn left, merge, or straight). This field determines which icon to display.
.google.maps.routing.v2.Maneuver maneuver = 1;Maneuver getManeuver()
Encapsulates the navigation instructions for the current step (for example, turn left, merge, or straight). This field determines which icon to display.
.google.maps.routing.v2.Maneuver maneuver = 1;String getInstructions()
Instructions for navigating this step.
string instructions = 2;com.google.protobuf.ByteString getInstructionsBytes()
Instructions for navigating this step.
string instructions = 2;Copyright © 2025 Google LLC. All rights reserved.