Interface protos.google.maps.routeoptimization.v1.OptimizeToursResponse.IMetrics (0.1.0)

Properties of a Metrics.

Package

@googlemaps/routeoptimization

Properties

aggregatedRouteMetrics

aggregatedRouteMetrics?: (google.maps.routeoptimization.v1.IAggregatedMetrics|null);

Metrics aggregatedRouteMetrics

costs

costs?: ({ [k: string]: number }|null);

Metrics costs

earliestVehicleStartTime

earliestVehicleStartTime?: (google.protobuf.ITimestamp|null);

Metrics earliestVehicleStartTime

latestVehicleEndTime

latestVehicleEndTime?: (google.protobuf.ITimestamp|null);

Metrics latestVehicleEndTime

skippedMandatoryShipmentCount

skippedMandatoryShipmentCount?: (number|null);

Metrics skippedMandatoryShipmentCount

totalCost

totalCost?: (number|null);

Metrics totalCost

usedVehicleCount

usedVehicleCount?: (number|null);

Metrics usedVehicleCount