Google Maps API Sidebar mouseovers

© 2006, 2007 Mike Williams

 

Sidebar mouseovers

It's possible to have the marker icons change when the mouse hovers over the corresponding sidebar entry.

Here's a simple example

when the mouse goes over the sidebar or over the marker or over the sidebar entry, I call marker.setImage("marker.png") to change the marker

Back to Mike's Homepage
Up to the start of this tutorial