I have to keep found location on GIS map as the search result in my model for further use. To get a location on GIS map I use:
GISRegion gisRegion = null;
gisRegion = map.searchFirstRegion(cityName);
How to convert gisRegion
to be cached and saved in the Model?
I have to execute this command as in the anylogic help, but with java:
Thanks a lot.