Re: [Google Maps API v3] Re: marker cursor

2010-12-09 Thread Tim Koop
ewgoogle.maps.Marker({ position:latLng, map:map, icon:image, cursor:'help', shape:{coord:[7,15,14],type:'circle'} }); Tim Koop <mailto:t...@timkoop.com>www.timkoop.com <http://www.timkoop.com> On 03/12/2010 5:16 PM, Esa wrote: Just tried it at Playground h

[Google Maps API v3] marker cursor

2010-12-03 Thread Tim Koop
Has anyone been able to get a different cursor working for a marker? According to the API, you can specify a cursor with the setCursor function or with the MarkerOptions. But I haven't been able to get it working at all. If anyone has, can I please see some code? Thanks. -- Tim