On Mar 24, 9:28 am, Rossko <[email protected]> wrote: > I'm not reading that. Remember that it broke because a supplementary > javascript file got removed or changed or something, as pointed out by > Andrew.
I've tried twice to reply to this thread and not succeeded. Here's another go. This is the line which failed: var tooltip = new Tooltip(markerPoint,marker[8],4); BUT it failed because of a problem with googlemap_tooltip.js, which isn't what it should be. That means that Tooltip is not defined and you can't construct a "new" one. In fact that .js script appeared to be a copy of your map page. If you fix that .js script, you may find that your page works. However, as Rossko says, a standard tooltip using the title property of a marker is generally just as good. And it's less likely to break. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
