See a screenshot of my returned data i did a console.log on which i need to do a for each on.

i have been trying things like this to no avail...?
for (var point in arrayLatLngPoints)
{
addMarkers(point.timestamp, point.lat, point.lng, point.timestamp, strUserName, pathColour);
}
pointinside the loop?