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 VehicleInfo
VehicleInfo.Builder. build()
VehicleInfo
VehicleInfo.Builder. buildPartial()
static VehicleInfo
VehicleInfo. getDefaultInstance()
VehicleInfo
VehicleInfo.Builder. getDefaultInstanceForType()
VehicleInfo
VehicleInfo. getDefaultInstanceForType()
VehicleInfo
RouteModifiers.Builder. getVehicleInfo()
Specifies the vehicle information.VehicleInfo
RouteModifiers. getVehicleInfo()
Specifies the vehicle information.VehicleInfo
RouteModifiersOrBuilder. getVehicleInfo()
Specifies the vehicle information.static VehicleInfo
VehicleInfo. parseDelimitedFrom(InputStream input)
static VehicleInfo
VehicleInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VehicleInfo
VehicleInfo. parseFrom(byte[] data)
static VehicleInfo
VehicleInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VehicleInfo
VehicleInfo. parseFrom(com.google.protobuf.ByteString data)
static VehicleInfo
VehicleInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VehicleInfo
VehicleInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static VehicleInfo
VehicleInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VehicleInfo
VehicleInfo. parseFrom(InputStream input)
static VehicleInfo
VehicleInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VehicleInfo
VehicleInfo. parseFrom(ByteBuffer data)
static VehicleInfo
VehicleInfo. 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.Builder
VehicleInfo.Builder. mergeFrom(VehicleInfo other)
RouteModifiers.Builder
RouteModifiers.Builder. mergeVehicleInfo(VehicleInfo value)
Specifies the vehicle information.static VehicleInfo.Builder
VehicleInfo. newBuilder(VehicleInfo prototype)
RouteModifiers.Builder
RouteModifiers.Builder. setVehicleInfo(VehicleInfo value)
Specifies the vehicle information.
-