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 TransitStop
TransitStop.Builder. build()
TransitStop
TransitStop.Builder. buildPartial()
TransitStop
RouteLegStepTransitDetails.TransitStopDetails.Builder. getArrivalStop()
Information about the arrival stop for the step.TransitStop
RouteLegStepTransitDetails.TransitStopDetails. getArrivalStop()
Information about the arrival stop for the step.TransitStop
RouteLegStepTransitDetails.TransitStopDetailsOrBuilder. getArrivalStop()
Information about the arrival stop for the step.static TransitStop
TransitStop. getDefaultInstance()
TransitStop
TransitStop.Builder. getDefaultInstanceForType()
TransitStop
TransitStop. getDefaultInstanceForType()
TransitStop
RouteLegStepTransitDetails.TransitStopDetails.Builder. getDepartureStop()
Information about the departure stop for the step.TransitStop
RouteLegStepTransitDetails.TransitStopDetails. getDepartureStop()
Information about the departure stop for the step.TransitStop
RouteLegStepTransitDetails.TransitStopDetailsOrBuilder. getDepartureStop()
Information about the departure stop for the step.static TransitStop
TransitStop. parseDelimitedFrom(InputStream input)
static TransitStop
TransitStop. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitStop
TransitStop. parseFrom(byte[] data)
static TransitStop
TransitStop. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitStop
TransitStop. parseFrom(com.google.protobuf.ByteString data)
static TransitStop
TransitStop. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitStop
TransitStop. parseFrom(com.google.protobuf.CodedInputStream input)
static TransitStop
TransitStop. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitStop
TransitStop. parseFrom(InputStream input)
static TransitStop
TransitStop. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitStop
TransitStop. parseFrom(ByteBuffer data)
static TransitStop
TransitStop. 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.Builder
RouteLegStepTransitDetails.TransitStopDetails.Builder. mergeArrivalStop(TransitStop value)
Information about the arrival stop for the step.RouteLegStepTransitDetails.TransitStopDetails.Builder
RouteLegStepTransitDetails.TransitStopDetails.Builder. mergeDepartureStop(TransitStop value)
Information about the departure stop for the step.TransitStop.Builder
TransitStop.Builder. mergeFrom(TransitStop other)
static TransitStop.Builder
TransitStop. newBuilder(TransitStop prototype)
RouteLegStepTransitDetails.TransitStopDetails.Builder
RouteLegStepTransitDetails.TransitStopDetails.Builder. setArrivalStop(TransitStop value)
Information about the arrival stop for the step.RouteLegStepTransitDetails.TransitStopDetails.Builder
RouteLegStepTransitDetails.TransitStopDetails.Builder. setDepartureStop(TransitStop value)
Information about the departure stop for the step.
-