struct Google::Maps::RouteOptimization::VisitRequest
- Google::Maps::RouteOptimization::VisitRequest
- Struct
- Value
- Object
Overview
Visit request for pickup or delivery of a shipment
Included Modules
- Google::Resource
- JSON::Serializable
- MessagePack::Serializable
Extended Modules
- JSON::Schema
Defined in:
maps.crConstructors
Instance Method Summary
-
#arrival_location : LatLng | Nil
The geo-location where the vehicle arrives
-
#arrival_waypoint : Waypoint | Nil
The waypoint where vehicle arrives
-
#cost : Float64 | Nil
Cost to service this visit request
-
#departure_location : LatLng | Nil
The geo-location where the vehicle departs from
-
#departure_waypoint : Waypoint | Nil
The waypoint where vehicle departs from
-
#duration : String
Duration of the visit
-
#label : String | Nil
Label for this visit request
-
#load_demands : Hash(String, Load)
Load demands specific to this visit
-
#tags : Array(String)
Tags attached to the visit request
-
#time_windows : Array(TimeWindow)
Time windows constraining arrival time
-
#visit_types : Array(String)
Types of the visit for scheduling purposes