Unfortunately I'm not sure about how best to handle dimension changes on marker icon, you might have better luck with this question in the Google Maps API group: http://groups.google.com/group/Google-Maps-API
Please let me know if you don't hear back in that group. Thank you, Jeff On Nov 18, 2:06 pm, ioustinos <[email protected]> wrote: > I have managed to change the image of the markers by doing this in the > markersSet function. > for(var i=0;i<markers.length;i++){ > //markers[i].marker.setImage("images/googleR_0.png"); > > } > > The problem is that the png that i want to use has different > dimensions than the default one. How can i change the icon? -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-ajax-search-api?hl=.
