My colleague has just asked me to add and quite honestly we both feel very stupid here.....with good reason.
The tooltip collects it's information from a database. So for example: I add my details into a database of which one piece of data is that I am 6 foot tall. The tooltip would then show 6 foot. Someone else'es info would be 5 foot and so on. So a basic tooltip to me with its title property would not work since the tootltip info in my situation is variable based on the markers data record. But then again as I say I am kind of in the dark here. Cheers On Mar 24, 10:21 am, Andrew Leach <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
