Hi,
I have implemented something that constantly calculates distance/
bearing and updates text when a marker is being dragged on the map. It
is similar to this,
http://gmaps-samples-v3.googlecode.com/svn/trunk/draggable-markers/draggable-markers.html.
That site's lag behaviour and mine is exactly the same.
Now in chrome, when the marker is dragged, there is no lag at all. In
firefox, there is a slight lag/delay if you move the marker faster
than usual. However, in IE8, there is HUGE marker lag, as you can see
in the site I linked above. The text is updating perfectly, as it is
on the sample site.
In firefox, when I stop displaying/updating the text (but keep
calculating it), the marker lag is removed completely. Doing this in
IE nearly removes the lag completely as well.
I just don't know why changing the inner html of div elements would
affect how the marker is displayed on the map.
Does anyone know what the cause of this is and if there is any way to
fix the lag in IE8 and firefox?
Cheers.