On 13:43 Wed 31 Mar     , surgeon wrote:
> 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.
> 

The Event-Handling seems to work, but the problem is that the area, on
which to click, isn't the same as the icon picture and much smaller
(it's on the top left site). the mouseover event still seems not to
work.
How can I increase this area and why is it so small?

-- 
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