Interface RouteLeg.StepsOverview.MultiModalSegmentOrBuilder

    • Method Detail

      • hasStepStartIndex

        boolean hasStepStartIndex()
         The corresponding `RouteLegStep` index that is the start of a
         multi-modal segment.
         
        optional int32 step_start_index = 1;
        Returns:
        Whether the stepStartIndex field is set.
      • getStepStartIndex

        int getStepStartIndex()
         The corresponding `RouteLegStep` index that is the start of a
         multi-modal segment.
         
        optional int32 step_start_index = 1;
        Returns:
        The stepStartIndex.
      • hasStepEndIndex

        boolean hasStepEndIndex()
         The corresponding `RouteLegStep` index that is the end of a
         multi-modal segment.
         
        optional int32 step_end_index = 2;
        Returns:
        Whether the stepEndIndex field is set.
      • getStepEndIndex

        int getStepEndIndex()
         The corresponding `RouteLegStep` index that is the end of a
         multi-modal segment.
         
        optional int32 step_end_index = 2;
        Returns:
        The stepEndIndex.
      • hasNavigationInstruction

        boolean hasNavigationInstruction()
         NavigationInstruction for the multi-modal segment.
         
        .google.maps.routing.v2.NavigationInstruction navigation_instruction = 3;
        Returns:
        Whether the navigationInstruction field is set.
      • getNavigationInstruction

        NavigationInstruction getNavigationInstruction()
         NavigationInstruction for the multi-modal segment.
         
        .google.maps.routing.v2.NavigationInstruction navigation_instruction = 3;
        Returns:
        The navigationInstruction.
      • getNavigationInstructionOrBuilder

        NavigationInstructionOrBuilder getNavigationInstructionOrBuilder()
         NavigationInstruction for the multi-modal segment.
         
        .google.maps.routing.v2.NavigationInstruction navigation_instruction = 3;
      • getTravelModeValue

        int getTravelModeValue()
         The travel mode of the multi-modal segment.
         
        .google.maps.routing.v2.RouteTravelMode travel_mode = 4;
        Returns:
        The enum numeric value on the wire for travelMode.
      • getTravelMode

        RouteTravelMode getTravelMode()
         The travel mode of the multi-modal segment.
         
        .google.maps.routing.v2.RouteTravelMode travel_mode = 4;
        Returns:
        The travelMode.