hi, it is working but I found a problem that : while I am still putting the mouse over the marker and the page refresh and I remove the mouse out of the maker so the control is not removed. but it works probably before the page reloaded...
Mike Williams <[email protected]> wrote: > > Rather than create a new GControl each time there's a mouseover, create > it once and keep a reference to it. Then use addControl and > removeControl as necessary > > var mycontrol = new TextualZoomControl(); > > ... > map.addControl(mycontrol); > ... > map.removeControl(mycontrol); Tamer Hatoum; Web Developer and Programmer; Qatar Navigator Est; Tel: +974 6026267; [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
