moving |
boolean
|
|
Whether the iconagent currently moving. |
paused |
boolean
|
|
Whether the iconagent should be allowed to move along its trip. |
current_point |
Point
|
<nullable>
|
The point where the iconagent is currently located. |
goal_point |
Point
|
<nullable>
|
The point where the iconagent is traveling to. |
lat_dir |
number
|
<nullable>
|
The latitudinal direction. -1 if traveling to lower latitude (down), 1 if traveling to higher latitude (up). |
lng_dir |
number
|
<nullable>
|
The longitudinal direction. -1 if traveling to lesser longitude (left), 1 if traveling to greater longitude (right). |
speed |
number
|
<nullable>
|
The speed that the iconagent should travel, in meters per tick. |
angle |
number
|
<nullable>
|
The angle between the current point and the goal. |
slope |
number
|
<nullable>
|
The slope of the line segment formed by the two points between which the iconagent is traveling at this time during its trip. |
path |
Array
|
|
A sequence of LatLngs; the iconagent will move from one to the next, popping each one off after it arrives until the end of the street; or, until the trip is changed/reset. |