You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API, lsha...@globalfundforwomen.org
Hey experts,
I'm trying to replace the default pushpin icons in a google
visualization map with a custom .png image. After the call to
map.draw, I tried to loop through map.markers calling setIcon on each
one. But it looks as though map.markers isn't defined. Are the
markers hiding somewhere else, or is there a better way to do this?
Thanks!
- Randy
asgallant
unread,
Apr 23, 2012, 10:18:39 AM4/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com, lsha...@globalfundforwomen.org
Are you referring to the Visualization API wrapper for Google Maps? If so, I don't believe the wrapper exposes access to the underlying Map object, so you wouldn't be able to change your markers.
rtrigg
unread,
Apr 23, 2012, 7:27:18 PM4/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Yep, that's the one I'm using. Is there another way to get maps into
my visualization (and under control of my controllers) that does let
me change the marker icons?