Google maps api - polygon mouseover
        Posted  
        
            by es11
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by es11
        
        
        
        Published on 2010-06-01T15:48:31Z
        Indexed on 
            2010/06/01
            16:43 UTC
        
        
        Read the original article
        Hit count: 452
        
JavaScript
|google-maps-api-3
I am using google maps API v3 and have created several polygons on the map. I want the functionality that when the user hovers over a given area (polygon) the individual polygon changes color. Is there any way to do this? (Later I'd like to be able to register mouse events on the given area as well). thanks.
© Stack Overflow or respective owner