hello again :) I'm very near to the solution but I need your help in a little question.
I'm using .js file to write the javascript function, and I use a separete file with html source code. When I use your code in a same file there is no problem, but when I separete the files, the gmarker reference inside mouseover and mouseout methods is not recognized. Can you say me what I'm missing because the reference is not valid?? Thanks in advance, On Tue, Dec 20, 2011 at 11:08 AM, Mafalda Mimo <[email protected]>wrote: > thanks a lot for your answer, I will try to implement like this... > > > On Tue, Dec 20, 2011 at 10:51 AM, Rossko <[email protected]>wrote: > >> > 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. >> >> > -- 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.
