> Yes, this is similar that I want to do, the difference is that you are > changing the color of the marker and I want to modify the size of it. Can > you give me the source code of mouseover and explain me haw can I access to > the marker in th jsp page??
It is not my example, it's part of a whole tutorial you might find useful http://econym.org.uk/gmap/ Use 'view source' in your browser to see the code of the example. The colour change is acheived by changing the marker image. Use a similar technique to change size, shape, but change the whole GIcon etc. See the tutorial for details os custom icons of different sizes. People sometimes leave the original martker alone and place a temporary marker with bigger icon on top of the original to acheive the mouseover effect. I've no idea how to do anything in jsp, the Maps API requires you to deliver javascript to the browser. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
