Interface RouteLegStepTransitDetails.TransitStopDetailsOrBuilder

    • Method Detail

      • hasArrivalStop

        boolean hasArrivalStop()
         Information about the arrival stop for the step.
         
        .google.maps.routing.v2.TransitStop arrival_stop = 1;
        Returns:
        Whether the arrivalStop field is set.
      • getArrivalStop

        TransitStop getArrivalStop()
         Information about the arrival stop for the step.
         
        .google.maps.routing.v2.TransitStop arrival_stop = 1;
        Returns:
        The arrivalStop.
      • getArrivalStopOrBuilder

        TransitStopOrBuilder getArrivalStopOrBuilder()
         Information about the arrival stop for the step.
         
        .google.maps.routing.v2.TransitStop arrival_stop = 1;
      • hasArrivalTime

        boolean hasArrivalTime()
         The estimated time of arrival for the step.
         
        .google.protobuf.Timestamp arrival_time = 2;
        Returns:
        Whether the arrivalTime field is set.
      • getArrivalTime

        com.google.protobuf.Timestamp getArrivalTime()
         The estimated time of arrival for the step.
         
        .google.protobuf.Timestamp arrival_time = 2;
        Returns:
        The arrivalTime.
      • getArrivalTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getArrivalTimeOrBuilder()
         The estimated time of arrival for the step.
         
        .google.protobuf.Timestamp arrival_time = 2;
      • hasDepartureStop

        boolean hasDepartureStop()
         Information about the departure stop for the step.
         
        .google.maps.routing.v2.TransitStop departure_stop = 3;
        Returns:
        Whether the departureStop field is set.
      • getDepartureStop

        TransitStop getDepartureStop()
         Information about the departure stop for the step.
         
        .google.maps.routing.v2.TransitStop departure_stop = 3;
        Returns:
        The departureStop.
      • getDepartureStopOrBuilder

        TransitStopOrBuilder getDepartureStopOrBuilder()
         Information about the departure stop for the step.
         
        .google.maps.routing.v2.TransitStop departure_stop = 3;
      • hasDepartureTime

        boolean hasDepartureTime()
         The estimated time of departure for the step.
         
        .google.protobuf.Timestamp departure_time = 4;
        Returns:
        Whether the departureTime field is set.
      • getDepartureTime

        com.google.protobuf.Timestamp getDepartureTime()
         The estimated time of departure for the step.
         
        .google.protobuf.Timestamp departure_time = 4;
        Returns:
        The departureTime.
      • getDepartureTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getDepartureTimeOrBuilder()
         The estimated time of departure for the step.
         
        .google.protobuf.Timestamp departure_time = 4;