Boris Trivic wrote:

> Is there any way to change mouse cursor to classic "arrow"
> instead "hand"?

Yes, you can set the cursor for the map when it is initialized:

  var map = new GMap2(document.getElementById('map_canvas'),
    {draggableCursor: 'default', draggingCursor: 'default'});

Hope this helps,

--
 Bart
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to