On Dec 14, 1:27 pm, Carnifex <[email protected]> wrote: > Hi, > When I add markers and lines using API there isn't a problem, but I > have kml file with a lot of markers and lines. > All I want to do is get this markers. > I try write mapplet and there is some checkbox to show/hide markers. > Simply I wont do somethig like > this:http://maps.google.com/maps?q=http://econym.googlepages.com/example1.kml > > I don't wont use some EGeoXml or GeoXml. > > I read about some workaround > (http://groups.google.sc/group/Google-Maps-API/browse_thread/thread/d5... > ) using Fc property in GGeoXml object, but I don't find any (may by > it's not suportted now) > > Or using 3rd parameter in GGeoXml > (http://groups.google.com/group/Google-Maps-API/browse_thread/thread/3... > ). > But this is also no longer exists. > > Any one have solution?
Seems like you have investigated them all and don't want to use the ones that might work... I think the only solution remaining is to write your own kml parser to get the markers from the file and add them to the map. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
