I have a population of agents living in the main agent. These agents have two parameters using Latitude and Longitude, which is defined by uniform(... , ...) on startup code in agent.
Now, once longitude and latitude are defined, I need to set this point on the GIS Map.
I have tried using the function setLonLat(Latitude, Longitude) but its not working.
Need help!