To add to the confusion, there are different ways to handle KML with the Maps API too.
You can send it to, and parse it at the browser, using your own parser or EGeoXml or GeoXml 3rd party tools. Or you can use Google's provided GGeoXml which works in a completely different way, where Google's servers read the KML file from source, and then send some compact JSON to the API in the browser. Which of those works best is very dependant on, and constrained by, exactly what you want to do. For example GGeoXml has size limits but handles cross-domain work ; the in-browser methods allow greater flexibility. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
