Hi all!

I populated my map on http://test.parkouraachen.de/?site=spots with
Markers and I now want to define some actions, like a rollover effect.

In my code I always repeat a block for a marker with

var marker =...;
GEvent.addListener(...);
delete(marker);

But all GEvents I added seem not to work. Is it a problem with the
dynamic creation and deleting of the variable marker? Though I tried
storing all markers in an array and accessing them, which still
doesn't help with the GEvent problem.

Yours,
surgeon

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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.

Reply via email to