I am using AnyLogic 8 University 8.7.0 version and doing Agent Based Modelling. I have created a ResourcePool of Auto agents and I want to store the initial locations of autos (GISPoints) in a variable. Using the unit.getHomeLocation() method is giving me the error: "The method getHomeLocation() is undefined for the type Auto". Here, "unit" is the name of ResourcePool unit of the type Auto.
Any workaround for this will be really helpful. Thanks.
