I have the following problem, I have a population of agents living in the main agent. Now, the agent has two parameters longitude and latitude. The values of longitude and latitude vary between 56.88, 56.99 and -5.688, -5.788.
The values are generated at the agent On Start up Code.
But I am failing to initialize the agents on the GIS Map using the parameters Latitude and Longitude. I have tried using setLatLong(Latitude, Longitude), but this is not working.
enter image description here
Can you help me on this?
Ehsanul Haque is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.