Class RoutePlannerService
java.lang.Object
org.tavall.couriers.api.web.service.route.RoutePlannerService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionplanIntakeAssignment(ShippingLabelMetaDataEntity newLabel, Map<String, List<ShippingLabelMetaDataEntity>> routes, double radiusMiles, int maxStops) planRoute(List<ShippingLabelMetaDataEntity> labels) planRoute(List<ShippingLabelMetaDataEntity> labels, double radiusMiles, int maxStops)
-
Constructor Details
-
RoutePlannerService
-
-
Method Details
-
planRoute
-
planRoute
public RoutePlan planRoute(List<ShippingLabelMetaDataEntity> labels, double radiusMiles, int maxStops) -
planIntakeAssignment
public IntakeRoutePlan planIntakeAssignment(ShippingLabelMetaDataEntity newLabel, Map<String, List<ShippingLabelMetaDataEntity>> routes, double radiusMiles, int maxStops)
-