Hi, I am not familiar in google map.
I want like this,
My map page reloads after every 10 seconds. when I load map page it will just show the map with the given static latitude and longitude.
after 10 seconds, it will plot the available vehicles from mysql table.
But my question is, when the page loads first , I want to display one message(Ex:Requesting Server....) .After 10 seconds, before plotting vehicle, I want to display another message(Ex:Requesting Done.)
How to do?