ThinkGeo.com    |     Documentation    |     Premium Support

Screen Refresh

Hi,


I am using web edition v3.0 and Vb.net. My map source is google maps. I am trying to plot markers on the map.


 


What is the best way of portraying marker movement on the map without causing a refresh? Essentially I am trying to simulate vehicle movement on the map


 


rgs


Brian



Hi Brian, 
  
 To simulate the vehicle movement without screen refresh, you could put the map control into an UpdatePanel and update the marker in the client side. In the javascript of the client side, you can get the marker overlay, then remove the old marker from it and add the new marker to this marker overlay, this could be very fast.  
  
 Please have a try about this and any more questions please let me know. 
  
 Thanks, 
  
 Sun