Mike Williams wrote:
> Wasn't it buster who wrote:
>
>> I tried to extend MarkerLight to display ToolTips, following your
>> tutorial.
>> The MouseOver event listener does not fire.
>> see my notes in the code.
>>
>
> You could add mouseover and mouseout support to the markerlight.js code
> by adding these lines after the code that triggers the click.
>
> GEvent.addDomListener(div, "mouseover", function(event) {
> GEvent.trigger(me, "mouseover");
> });
>
> GEvent.addDomListener(div, "mouseout", function(event) {
> GEvent.trigger(me, "mouseout");
> });
>
Get enough stuff thrown on and I'm a thinking this could be seen as
MarkerHeavy ;-)
If someone rigorously analyzed timing with differing features enabled it
might nice to
have have the choices. based on what you needed versus the cost of
having it.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---