public static interface RouteLeg.StepsOverview.MultiModalSegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NavigationInstruction |
getNavigationInstruction()
NavigationInstruction for the multi-modal segment.
|
NavigationInstructionOrBuilder |
getNavigationInstructionOrBuilder()
NavigationInstruction for the multi-modal segment.
|
int |
getStepEndIndex()
The corresponding `RouteLegStep` index that is the end of a
multi-modal segment.
|
int |
getStepStartIndex()
The corresponding `RouteLegStep` index that is the start of a
multi-modal segment.
|
RouteTravelMode |
getTravelMode()
The travel mode of the multi-modal segment.
|
int |
getTravelModeValue()
The travel mode of the multi-modal segment.
|
boolean |
hasNavigationInstruction()
NavigationInstruction for the multi-modal segment.
|
boolean |
hasStepEndIndex()
The corresponding `RouteLegStep` index that is the end of a
multi-modal segment.
|
boolean |
hasStepStartIndex()
The corresponding `RouteLegStep` index that is the start of a
multi-modal segment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStepStartIndex()
The corresponding `RouteLegStep` index that is the start of a multi-modal segment.
optional int32 step_start_index = 1;int getStepStartIndex()
The corresponding `RouteLegStep` index that is the start of a multi-modal segment.
optional int32 step_start_index = 1;boolean hasStepEndIndex()
The corresponding `RouteLegStep` index that is the end of a multi-modal segment.
optional int32 step_end_index = 2;int getStepEndIndex()
The corresponding `RouteLegStep` index that is the end of a multi-modal segment.
optional int32 step_end_index = 2;boolean hasNavigationInstruction()
NavigationInstruction for the multi-modal segment.
.google.maps.routing.v2.NavigationInstruction navigation_instruction = 3;NavigationInstruction getNavigationInstruction()
NavigationInstruction for the multi-modal segment.
.google.maps.routing.v2.NavigationInstruction navigation_instruction = 3;NavigationInstructionOrBuilder getNavigationInstructionOrBuilder()
NavigationInstruction for the multi-modal segment.
.google.maps.routing.v2.NavigationInstruction navigation_instruction = 3;int getTravelModeValue()
The travel mode of the multi-modal segment.
.google.maps.routing.v2.RouteTravelMode travel_mode = 4;RouteTravelMode getTravelMode()
The travel mode of the multi-modal segment.
.google.maps.routing.v2.RouteTravelMode travel_mode = 4;Copyright © 2025 Google LLC. All rights reserved.