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 TransitVehicleTransitVehicle.Builder. build()TransitVehicleTransitVehicle.Builder. buildPartial()static TransitVehicleTransitVehicle. getDefaultInstance()TransitVehicleTransitVehicle.Builder. getDefaultInstanceForType()TransitVehicleTransitVehicle. getDefaultInstanceForType()TransitVehicleTransitLine.Builder. getVehicle()The type of vehicle that operates on this transit line.TransitVehicleTransitLine. getVehicle()The type of vehicle that operates on this transit line.TransitVehicleTransitLineOrBuilder. getVehicle()The type of vehicle that operates on this transit line.static TransitVehicleTransitVehicle. parseDelimitedFrom(InputStream input)static TransitVehicleTransitVehicle. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransitVehicleTransitVehicle. parseFrom(byte[] data)static TransitVehicleTransitVehicle. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransitVehicleTransitVehicle. parseFrom(com.google.protobuf.ByteString data)static TransitVehicleTransitVehicle. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransitVehicleTransitVehicle. parseFrom(com.google.protobuf.CodedInputStream input)static TransitVehicleTransitVehicle. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransitVehicleTransitVehicle. parseFrom(InputStream input)static TransitVehicleTransitVehicle. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TransitVehicleTransitVehicle. parseFrom(ByteBuffer data)static TransitVehicleTransitVehicle. 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.BuilderTransitVehicle.Builder. mergeFrom(TransitVehicle other)TransitLine.BuilderTransitLine.Builder. mergeVehicle(TransitVehicle value)The type of vehicle that operates on this transit line.static TransitVehicle.BuilderTransitVehicle. newBuilder(TransitVehicle prototype)TransitLine.BuilderTransitLine.Builder. setVehicle(TransitVehicle value)The type of vehicle that operates on this transit line.
-