I added some code I then removed to investigate, I added it back to my
online demo:
I set these following code lines at the end of the FollowMouseRoute
function:
line = new google.maps.Polyline({ map: map, path: points,
clickable:true });
google.maps.event.addListener(line, "click", function (e)
{ alert('x'); });
Well it seems that improved things a bit, even if I never get any
alert dialog...(!?!?!)
But there is still areas on the map where the click event seems not
handled.... :(
Thanks for the help, but problem still not solved.
On 26 jan, 20:52, Rossko <[email protected]> wrote:
> > Actually yes, it was the first thing I investigated.
>
> But you don't seem to have done anything about it?
> Very recent thread with practically identical problem, due to the
> rubber-band line being allowed to default to 'clickable'
> :http://groups.google.com/group/google-maps-js-api-v3/browse_thread/th...
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.