How to set/change default cursor

5,539 views
Skip to first unread message

Antonio Latorre

unread,
May 29, 2010, 4:34:09 PM5/29/10
to Google Maps JavaScript API v3
Dear developers,
is there a way to change the default cursor?
In API v2 there was a way, but in the new api v3 it doesn't exists.

Also, another user got no replies @
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/73eb77519e93ccd5/f25702d785f4158e?lnk=gst&q=cursor#f25702d785f4158e


by the way, nothing new about the polylines in Opera browser?

Esa

unread,
May 30, 2010, 2:45:54 AM5/30/10
to Google Maps JavaScript API v3
There are draggableCursor and draggingCursor properties in Map
options:
http://code.google.com/apis/maps/documentation/javascript/reference.html#MapOptions

webbirder

unread,
May 30, 2010, 4:30:21 AM5/30/10
to Google Maps JavaScript API v3
Implemented like this:
var latlng = new google.maps.LatLng(59.913820, 10.738741);
var myOptions = {
zoom: 5,
center: latlng,
draggableCursor: 'default',
draggingCursor: 'pointer',
mapTypeControl: true,
mapTypeControlOptions:{style:
google.maps.MapTypeControlStyle.DROPDOWN_MENU},
mapTypeId: google.maps.MapTypeId.HYBRID};
map = new google.maps.Map(gob('map_canvas'),myOptions);
on this page
http://www.birdtheme.org/useful/v3tool.html

On 29 Mai, 22:34, Antonio Latorre <jol.latorr...@gmail.com> wrote:
> Dear developers,
> is there a way to change the default cursor?
> In API v2 there was a way, but in the new api v3 it doesn't exists.
>
> Also, another user got no replies @http://groups.google.com/group/google-maps-js-api-v3/browse_thread/th...
Reply all
Reply to author
Forward
0 new messages