Thanks Esa.

In case anyone else stumbles upon this email I should say here that if you add a "shape" property to the Marker options, the cursor doesn't actually change in Chrome, but it still works fine in Firefox. I guess it's a Chrome bug.

varbeachMarker=newgoogle.maps.Marker({
position:latLng,
map:map,
icon:image,
cursor:'help',
shape:{coord:[7,15,14],type:'circle'}
});


Tim Koop
<mailto:[email protected]>www.timkoop.com <http://www.timkoop.com>

On 03/12/2010 5:16 PM, Esa wrote:
Just tried it at Playground
http://code.google.com/apis/ajax/playground/?exp=maps#custom_marker_image_v3

cursor: 'help'

worked just fine.


--
You received this message because you are subscribed to the Google Groups "Google 
Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to