> 3) var marker = new GMarker(point,gicons[category],{title:name});
> tooltips do not work, and markers become unclickable
>
> any suggestions?
Yes, refer to the documentation -
http://code.google.com/apis/maps/documentation/reference.html#GMarker
Example (1) is "old" syntax, now deprecated but still working for the
time being.
Example (2) is "current" syntax.
Example (3) is invalid syntax. You'll want to look into the icon:
option in GMarkerOptions.
cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---