Today a FLOATING break accepts a location but the solver ignores it and decides where the break is taken. Travel to and from that location is never counted. Only FIXED breaks are routed to their location. Support confirmed this is current behaviour and that the docs will be updated. Use case. Field service technicians regularly have a stop during the day that has a fixed place but a flexible time: a supplier pickup, a dump run, a parts drop at the depot. It must happen somewhere in a window, say 11:00-15:30, and takes 30 minutes. We model it as a FLOATING break with a location. What happens now. Because the location is ignored, the solver places the break wherever it costs nothing. In our production case it put a supplier pickup 7 km away between two visits that are two doors of the same building, adding 0 m to the route on paper and a 14 km round trip in reality. What we'd like. Treat a FLOATING break with a location like a FIXED break with a location, just with a movable start: cost the travel from the previous standstill to the break and from the break to the next visit, and let the solver pick the start time inside the window so the detour is as cheap as possible. Ideally the BREAK item in the output then carries travelTimeFromPreviousStandstill and travelDistanceMetersFromPreviousStandstill, as it already does for routed FIXED breaks. Why FIXED is not a good substitute. Pinning the pickup to a specific time removes exactly the flexibility the office wants, and in our tests forced a costly reshuffle of the surrounding visits. Reproducer. Same dataset, 1 vehicle, 2 visits 214 m apart, one 30-minute break 7 km away: FLOATING with location: 25.1 km, identical to FLOATING without location FIXED with location: 40.4 km, break routed, travel fields present on the break item