I'm trying to build my own map client using JavaScript and I'm having trouble getting enough performance out of the mousemove event when dragging the map in all versions of IE.
I have also tried the native drag events of IE and it performs much better but isn't cross browser and I can't set a custom mouse cursor (I can set the mouse cursor in mousemove). As far as I can tell the problem seems to be that mousemove fires way less frequently than the drag events therefore making it more jerky. how does google maps make there drag so smooth in IE? -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
