Click here to Skip to main content
15,867,704 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I created a web application which displays Google map with Markers when page is loaded. my database will be updated with lat/longs. Say, for every 30 secs. These updated lat/longs as markers are plotted programmatically.My web page conatins a div which displays the map

<div id="map" style="height: 750px; width: 1300px;float:left;">
  
    </div>

after 30s s the div refreshes which looks like whole page refresh

Note: I only want to add markers to map after 30s
Posted
Comments
Vyacheslav Voronenko 31-Jan-13 4:39am    
Nice idea. Have you already written some logic? What issue do you have?
harisivan0 31-Jan-13 4:44am    
thnks @Vyacheslav Voronenko for your quick reply.Actually i have solved the problem right now.Now i am trying to use get direcions api instead of drawing ploylines between latitude and longitudes.After completing I will post my code......

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900