Hi all,
I used the callback fleettracker project as a base for a fast client-side experience. I wanted to be able to post back
positions on the map without an inordinate amount of flicker such as that generated by solutions with UpdatePanels.
I was just wondering how to allow the markers to be left behind on the map instead of being updated and removed from
their old positions?
I also am having an issue with uneven marker position updates even though I specify a set value.
I have done some reading and from what I can tell, this might have something to do with the synchronous nature of
javascript execution and the asynchronous nature of the callback? If I have a delay of 1000 ms between setInterval
firing of the callback, I would want that to remain at around 1 second instead of wildly fluctuating like it is now.
I can post my html code if needed but it is quite specific to the controls that I have in my project.
Any advice is greatly appreciated!
Bob