Uses of Class
com.google.maps.routing.v2.TransitStop
-
Packages that use TransitStop Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of TransitStop in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return TransitStop Modifier and Type Method Description TransitStopTransitStop.Builder. build()TransitStopTransitStop.Builder. buildPartial()TransitStopRouteLegStepTransitDetails.TransitStopDetails.Builder. getArrivalStop()Information about the arrival stop for the step.TransitStopRouteLegStepTransitDetails.TransitStopDetails. getArrivalStop()Information about the arrival stop for the step.TransitStopRouteLegStepTransitDetails.TransitStopDetailsOrBuilder. getArrivalStop()Information about the arrival stop for the step.static TransitStopTransitStop. getDefaultInstance()TransitStopTransitStop.Builder. getDefaultInstanceForType()TransitStopTransitStop. getDefaultInstanceForType()TransitStopRouteLegStepTransitDetails.TransitStopDetails.Builder. getDepartureStop()Information about the departure stop for the step.TransitStopRouteLegStepTransitDetails.TransitStopDetails. getDepartureStop()Information about the departure stop for the step.TransitStopRouteLegStepTransitDetails.TransitStopDetailsOrBuilder. getDepartureStop()Information about the departure stop for the step.static TransitStopTransitStop. parseDelimitedFrom(InputStream input)static TransitStopTransitStop. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransitStopTransitStop. parseFrom(byte[] data)static TransitStopTransitStop. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransitStopTransitStop. parseFrom(com.google.protobuf.ByteString data)static TransitStopTransitStop. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransitStopTransitStop. parseFrom(com.google.protobuf.CodedInputStream input)static TransitStopTransitStop. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransitStopTransitStop. parseFrom(InputStream input)static TransitStopTransitStop. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransitStopTransitStop. parseFrom(ByteBuffer data)static TransitStopTransitStop. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.maps.routing.v2 that return types with arguments of type TransitStop Modifier and Type Method Description com.google.protobuf.Parser<TransitStop>TransitStop. getParserForType()static com.google.protobuf.Parser<TransitStop>TransitStop. parser()Methods in com.google.maps.routing.v2 with parameters of type TransitStop Modifier and Type Method Description RouteLegStepTransitDetails.TransitStopDetails.BuilderRouteLegStepTransitDetails.TransitStopDetails.Builder. mergeArrivalStop(TransitStop value)Information about the arrival stop for the step.RouteLegStepTransitDetails.TransitStopDetails.BuilderRouteLegStepTransitDetails.TransitStopDetails.Builder. mergeDepartureStop(TransitStop value)Information about the departure stop for the step.TransitStop.BuilderTransitStop.Builder. mergeFrom(TransitStop other)static TransitStop.BuilderTransitStop. newBuilder(TransitStop prototype)RouteLegStepTransitDetails.TransitStopDetails.BuilderRouteLegStepTransitDetails.TransitStopDetails.Builder. setArrivalStop(TransitStop value)Information about the arrival stop for the step.RouteLegStepTransitDetails.TransitStopDetails.BuilderRouteLegStepTransitDetails.TransitStopDetails.Builder. setDepartureStop(TransitStop value)Information about the departure stop for the step.
-