I set the draggingCursor and draggableCursor style. The cursor style begins 
as draggableCursor and correctly changes to draggingCursor as the pan 
begins; however, it only returns to draggableCursor if I hover briefly over 
a marker or polyline (with cursor = 'pointer').

       var mapOptions = {
           draggableCursor:'hand',
           draggingCursor: 'move'
        }

It is as if the map still thinks that it is panning. How can I force the 
map to switch back to the draggableCursor style at the end of the pan?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/K8TO-h9_BZcJ.
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-js-api-v3?hl=en.

Reply via email to