I'm trying to implement a HardActivityConstraint which chooses services/shipments that lie in a certain radial distance from the vehicle depot.
In the constraintStatus method, I am trying to get the start location of the route from the JobInsertionContext but it always has value null.
Please help.