Are you referring to the Visualization API wrapper for Google Maps<https://developers.google.com/chart/interactive/docs/gallery/map>? 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.
On Sunday, April 22, 2012 1:34:13 AM UTC-4, rtrigg wrote: > > 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 -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/aXuVFE5kSC0J. 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-visualization-api?hl=en.
