Package com.google.maps.routing.v2
Interface RouteLeg.StepsOverviewOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RouteLeg.StepsOverview
,RouteLeg.StepsOverview.Builder
- Enclosing class:
- RouteLeg
public static interface RouteLeg.StepsOverviewOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteLeg.StepsOverview.MultiModalSegment
getMultiModalSegments(int index)
Summarized information about different multi-modal segments of the `RouteLeg.steps`.int
getMultiModalSegmentsCount()
Summarized information about different multi-modal segments of the `RouteLeg.steps`.List<RouteLeg.StepsOverview.MultiModalSegment>
getMultiModalSegmentsList()
Summarized information about different multi-modal segments of the `RouteLeg.steps`.RouteLeg.StepsOverview.MultiModalSegmentOrBuilder
getMultiModalSegmentsOrBuilder(int index)
Summarized information about different multi-modal segments of the `RouteLeg.steps`.List<? extends RouteLeg.StepsOverview.MultiModalSegmentOrBuilder>
getMultiModalSegmentsOrBuilderList()
Summarized information about different multi-modal segments of the `RouteLeg.steps`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMultiModalSegmentsList
List<RouteLeg.StepsOverview.MultiModalSegment> getMultiModalSegmentsList()
Summarized information about different multi-modal segments of the `RouteLeg.steps`. This field is not populated if the `RouteLeg` does not contain any multi-modal segments in the steps.
repeated .google.maps.routing.v2.RouteLeg.StepsOverview.MultiModalSegment multi_modal_segments = 1;
-
getMultiModalSegments
RouteLeg.StepsOverview.MultiModalSegment getMultiModalSegments(int index)
Summarized information about different multi-modal segments of the `RouteLeg.steps`. This field is not populated if the `RouteLeg` does not contain any multi-modal segments in the steps.
repeated .google.maps.routing.v2.RouteLeg.StepsOverview.MultiModalSegment multi_modal_segments = 1;
-
getMultiModalSegmentsCount
int getMultiModalSegmentsCount()
Summarized information about different multi-modal segments of the `RouteLeg.steps`. This field is not populated if the `RouteLeg` does not contain any multi-modal segments in the steps.
repeated .google.maps.routing.v2.RouteLeg.StepsOverview.MultiModalSegment multi_modal_segments = 1;
-
getMultiModalSegmentsOrBuilderList
List<? extends RouteLeg.StepsOverview.MultiModalSegmentOrBuilder> getMultiModalSegmentsOrBuilderList()
Summarized information about different multi-modal segments of the `RouteLeg.steps`. This field is not populated if the `RouteLeg` does not contain any multi-modal segments in the steps.
repeated .google.maps.routing.v2.RouteLeg.StepsOverview.MultiModalSegment multi_modal_segments = 1;
-
getMultiModalSegmentsOrBuilder
RouteLeg.StepsOverview.MultiModalSegmentOrBuilder getMultiModalSegmentsOrBuilder(int index)
Summarized information about different multi-modal segments of the `RouteLeg.steps`. This field is not populated if the `RouteLeg` does not contain any multi-modal segments in the steps.
repeated .google.maps.routing.v2.RouteLeg.StepsOverview.MultiModalSegment multi_modal_segments = 1;
-
-