Could somebody point me to an example of how to implement the first of these suggestions? Specifically about performing the setImage() part of the marker. My javascript skills are not the best...
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Williams Sent: Sunday, October 12, 2008 12:14 AM To: [email protected] Subject: Re: G_DEFAULT_ICON You can either: Use GGeoXml, intercept the addOverlay, and perform a setImage() to a marker image that exists. You'll need to use an image that's the same size. See: http://econym.org.uk/gmap/interceptor.htm Or use GeoXml instead of GGeoXml. In which case you get control of the size of the icons as well as the image. -- 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 -~----------~----~----~----~------~----~------~--~---
