Wasn't it Clément who wrote:
>
>Thanks a lot. It was so simple : GIcon.shadow = null;
>But, it doesn't work with options.

If you have options you must use v2 syntax, rather than the deprecated
v1 syntax.

  new GMarker(point,{icon:myIcon,draggable:false})
but not
  new GMarker(point,myIcon,{draggable:false})

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


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