Uses of Class
com.google.maps.routing.v2.VehicleInfo
-
Packages that use VehicleInfo Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of VehicleInfo in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return VehicleInfo Modifier and Type Method Description VehicleInfoVehicleInfo.Builder. build()VehicleInfoVehicleInfo.Builder. buildPartial()static VehicleInfoVehicleInfo. getDefaultInstance()VehicleInfoVehicleInfo.Builder. getDefaultInstanceForType()VehicleInfoVehicleInfo. getDefaultInstanceForType()VehicleInfoRouteModifiers.Builder. getVehicleInfo()Specifies the vehicle information.VehicleInfoRouteModifiers. getVehicleInfo()Specifies the vehicle information.VehicleInfoRouteModifiersOrBuilder. getVehicleInfo()Specifies the vehicle information.static VehicleInfoVehicleInfo. parseDelimitedFrom(InputStream input)static VehicleInfoVehicleInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VehicleInfoVehicleInfo. parseFrom(byte[] data)static VehicleInfoVehicleInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VehicleInfoVehicleInfo. parseFrom(com.google.protobuf.ByteString data)static VehicleInfoVehicleInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VehicleInfoVehicleInfo. parseFrom(com.google.protobuf.CodedInputStream input)static VehicleInfoVehicleInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VehicleInfoVehicleInfo. parseFrom(InputStream input)static VehicleInfoVehicleInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VehicleInfoVehicleInfo. parseFrom(ByteBuffer data)static VehicleInfoVehicleInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.maps.routing.v2 that return types with arguments of type VehicleInfo Modifier and Type Method Description com.google.protobuf.Parser<VehicleInfo>VehicleInfo. getParserForType()static com.google.protobuf.Parser<VehicleInfo>VehicleInfo. parser()Methods in com.google.maps.routing.v2 with parameters of type VehicleInfo Modifier and Type Method Description VehicleInfo.BuilderVehicleInfo.Builder. mergeFrom(VehicleInfo other)RouteModifiers.BuilderRouteModifiers.Builder. mergeVehicleInfo(VehicleInfo value)Specifies the vehicle information.static VehicleInfo.BuilderVehicleInfo. newBuilder(VehicleInfo prototype)RouteModifiers.BuilderRouteModifiers.Builder. setVehicleInfo(VehicleInfo value)Specifies the vehicle information.
-