Uses of Class
com.google.maps.routing.v2.TransitVehicle
-
Packages that use TransitVehicle Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of TransitVehicle in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return TransitVehicle Modifier and Type Method Description TransitVehicle
TransitVehicle.Builder. build()
TransitVehicle
TransitVehicle.Builder. buildPartial()
static TransitVehicle
TransitVehicle. getDefaultInstance()
TransitVehicle
TransitVehicle.Builder. getDefaultInstanceForType()
TransitVehicle
TransitVehicle. getDefaultInstanceForType()
TransitVehicle
TransitLine.Builder. getVehicle()
The type of vehicle that operates on this transit line.TransitVehicle
TransitLine. getVehicle()
The type of vehicle that operates on this transit line.TransitVehicle
TransitLineOrBuilder. getVehicle()
The type of vehicle that operates on this transit line.static TransitVehicle
TransitVehicle. parseDelimitedFrom(InputStream input)
static TransitVehicle
TransitVehicle. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitVehicle
TransitVehicle. parseFrom(byte[] data)
static TransitVehicle
TransitVehicle. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitVehicle
TransitVehicle. parseFrom(com.google.protobuf.ByteString data)
static TransitVehicle
TransitVehicle. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitVehicle
TransitVehicle. parseFrom(com.google.protobuf.CodedInputStream input)
static TransitVehicle
TransitVehicle. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitVehicle
TransitVehicle. parseFrom(InputStream input)
static TransitVehicle
TransitVehicle. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitVehicle
TransitVehicle. parseFrom(ByteBuffer data)
static TransitVehicle
TransitVehicle. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.maps.routing.v2 that return types with arguments of type TransitVehicle Modifier and Type Method Description com.google.protobuf.Parser<TransitVehicle>
TransitVehicle. getParserForType()
static com.google.protobuf.Parser<TransitVehicle>
TransitVehicle. parser()
Methods in com.google.maps.routing.v2 with parameters of type TransitVehicle Modifier and Type Method Description TransitVehicle.Builder
TransitVehicle.Builder. mergeFrom(TransitVehicle other)
TransitLine.Builder
TransitLine.Builder. mergeVehicle(TransitVehicle value)
The type of vehicle that operates on this transit line.static TransitVehicle.Builder
TransitVehicle. newBuilder(TransitVehicle prototype)
TransitLine.Builder
TransitLine.Builder. setVehicle(TransitVehicle value)
The type of vehicle that operates on this transit line.
-