Good afternoon guys, I'm doing my TCC using google maps api and I found a very good topic here: How to Icon Walk in the Google map api
Where is explained how to "walk" with the marker on the map and give a live moving effect.
This topic helped me a lot, but it is using a static array to do the marker move, I would like to do exactly what is on the topic, but pulling the coordinates of the database and leaving it in a loop, always pull the coordinate of the DB and update on the map.