Properties of a ShipmentRoute.
Package
@googlemaps/routeoptimizationProperties
breaks
breaks?: (google.maps.routeoptimization.v1.ShipmentRoute.IBreak[]|null);ShipmentRoute breaks
hasTrafficInfeasibilities
hasTrafficInfeasibilities?: (boolean|null);ShipmentRoute hasTrafficInfeasibilities
metrics
metrics?: (google.maps.routeoptimization.v1.IAggregatedMetrics|null);ShipmentRoute metrics
routeCosts
routeCosts?: ({ [k: string]: number }|null);ShipmentRoute routeCosts
routePolyline
routePolyline?: (google.maps.routeoptimization.v1.ShipmentRoute.IEncodedPolyline|null);ShipmentRoute routePolyline
routeTotalCost
routeTotalCost?: (number|null);ShipmentRoute routeTotalCost
transitions
transitions?: (google.maps.routeoptimization.v1.ShipmentRoute.ITransition[]|null);ShipmentRoute transitions
vehicleEndTime
vehicleEndTime?: (google.protobuf.ITimestamp|null);ShipmentRoute vehicleEndTime
vehicleIndex
vehicleIndex?: (number|null);ShipmentRoute vehicleIndex
vehicleLabel
vehicleLabel?: (string|null);ShipmentRoute vehicleLabel
vehicleStartTime
vehicleStartTime?: (google.protobuf.ITimestamp|null);ShipmentRoute vehicleStartTime
visits
visits?: (google.maps.routeoptimization.v1.ShipmentRoute.IVisit[]|null);ShipmentRoute visits