struct Google::Maps::RouteOptimization::LoadLimit
- Google::Maps::RouteOptimization::LoadLimit
- Struct
- Value
- Object
Overview
Defines a load limit applying to a vehicle
Included Modules
- Google::Resource
- JSON::Serializable
- MessagePack::Serializable
Extended Modules
- JSON::Schema
Defined in:
maps.crConstructors
Instance Method Summary
-
#cost_per_unit_above_soft_max : Float64 | Nil
Cost per unit when load exceeds soft_max_load
-
#end_load_interval : Interval | Nil
Acceptable load interval at end of route
-
#max_load : Int64 | Nil
Maximum acceptable amount of load
-
#soft_max_load : Int64 | Nil
A soft limit of the load
-
#start_load_interval : Interval | Nil
Acceptable load interval at start of route