mirror of
https://github.com/noncomputable/AgentMaps.git
synced 2026-01-18 16:27:05 +00:00
updated docs
This commit is contained in:
parent
030cd2f316
commit
5bfdb494b4
@ -29,7 +29,6 @@ let Agent = {};
|
||||
* @param {LatLng} lat_lng - A pair of coordinates to place the agent at.
|
||||
* @param {Object} options - An array of options for the agent, namely its layer.
|
||||
* @param {Agentmap} agentmap - The agentmap instance in which the agent exists.
|
||||
* @property {number} feature.AgentMap_id - The agent's instance id, so it can be accessed from inside the Leaflet layer. To avoid putting the actual instance inside the feature object.
|
||||
* @property {Agentmap} agentmap - The agentmap instance in which the agent exists.
|
||||
* @property {Place} place - A place object specifying where the agent is currently at.
|
||||
* @property {number} [steps_made=0] - The number of steps the agent has moved since the beginning.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user