Wasn't it [EMAIL PROTECTED] who wrote:
>
>On Nov 14, 2:16 pm, MapTester <[EMAIL PROTECTED]> wrote:
>> I'm looking to display a bunch of kml files using egeoxml.  Each kml
>> file contains a line and a marker.  One of the things I want to do is
>> attach a tooltip to each kml file's marker, using data from that kml
>> file.
>>
>> However, there doesn't appear to be a facility in egeoxml to attach
>> tooltips to a marker, so any suggestions about how this could be done?
>
>The "normal" tooltip on a marker is controled by the title option,
>which you can set using:
>{markeroptions:{ ... } A set of GMarkerOptions to be applied to the
>markers. E.g. {markeroptions:{draggable:true}}

However, there's not a lot of point applying the same tooltip text to 
all the markers in the KML file.

If you want to apply a different tooltip to each marker, then you'd need 
to write your own {createmarker} function to work out what the tooltip 
contents should be for each marker, and apply it.

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to