Have you looked at some of the options available in the utility libraries? http://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries
Chad Killingsworth On Dec 7, 11:31 am, Albert Sun <[email protected]> wrote: > I'd like to get a reference to the DOM node of a google.maps.Marker > object. This is so I can set the CSS3 opacity property on it. In > browsers that support it, I'd like the markers on my map will be > dynamically faded to different levels, and in browsers that don't > support it I'm okay with them all displaying at full opacity. > > There's no stable way to find the DOM nodes right now, so I'd propose > an enhancement to either add a getDomNode method to the API, or allow > us to pass arbitrary CSS properties through the setOptions method to > markers. > > What do people think? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
