Class ShipmentRoute.Types.VehicleLoad
Reports the actual load of the vehicle at some point along the route, for a given type (see [Transition.vehicle_loads][google.maps.routeoptimization.v1.ShipmentRoute.Transition.vehicle_loads]).
Implements
Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public sealed class ShipmentRoute.Types.VehicleLoad : IMessage<ShipmentRoute.Types.VehicleLoad>, IEquatable<ShipmentRoute.Types.VehicleLoad>, IDeepCloneable<ShipmentRoute.Types.VehicleLoad>, IBufferMessage, IMessage
Constructors
VehicleLoad()
Declaration
public VehicleLoad()
VehicleLoad(VehicleLoad)
Declaration
public VehicleLoad(ShipmentRoute.Types.VehicleLoad other)
Parameters
Type | Name | Description |
---|---|---|
ShipmentRoute.Types.VehicleLoad | other |
Properties
Amount
The amount of load on the vehicle, for the given type. The unit of load is usually indicated by the type. See [Transition.vehicle_loads][google.maps.routeoptimization.v1.ShipmentRoute.Transition.vehicle_loads].
Declaration
public long Amount { get; set; }
Property Value
Type | Description |
---|---|
long |