On Nov 1, 2:28 pm, Charlie <[email protected]> wrote: > I used Mike's example athttp://econym.org.uk/gmap/example_hoverchange75.htm > to help create the page > athttp://bullittcountyhistory.org/bchistory/wr/wrmap.html > with V2. Now I'm in the process of upgrading to V3 and have not found > a way to create the marker changes with mouseover and mouseout. Is > this possible in V3?
Have you tried the documentation? There is a setIcon method of the marker: http://code.google.com/apis/maps/documentation/javascript/reference.html#Marker It seems to do that: http://www.geocodezip.com/v3_MW_example_hoverchange.html -- Larry > > Thanks, > Charlie -- 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.
