VROOM.ShipmentStep (vroom v0.1.0) View Source

Defines a Shipment Step object.

https://github.com/VROOM-Project/vroom/blob/master/docs/API.md#shipments

Link to this section Summary

Link to this section Types

Specs

coordinates() :: [float()]

Specs

t() :: %VROOM.ShipmentStep{
  description: binary() | nil,
  id: integer(),
  location: coordinates() | nil,
  location_index: integer() | nil,
  service: integer() | nil,
  time_windows: [integer()] | nil
}