On Aug 28, 1:54 pm, Matthew King <[EMAIL PROTECTED]> wrote: > Is there anyway to remove the title from the info window? I'm parsing > a KML using egeoxml. > > Here's my page so far:http://palmbeach.fnpschapters.org/gmap.html > > As you can see, I'm trying to setup some HTML coding in the window, > but the title gets in the way. >
Part 11 Using EGeoXml - taking control of KML file rendering. http://econym.googlepages.com/egeoxml.htm {createmarker: ... } A reference to your own createMarker() function. Use this if you want to handle your own marker and sidebar creation. The function will be called with parameters containing the GLatLng() of the location, then strings containing the "name", the "description" and the "styleUrl" fields from the XML file. NOTE: if you write your own createMarker function, then it's up to you whether you implement any of the previous options. Reading down a little further, you might even be able to set the titlestyle such that it doesn't display. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
