Reputation: 5989
I have KML file and I want to read this file and to do some changes in the KML in run time ( to create the coordinates and then to update the map ) and then to show it in Google maps.
How I can read the KML file to my application ?
Upvotes: 0
Views: 1704
Reputation: 21091
Use an alternative KML parser, eg http://code.google.com/p/geoxml3/
(geoxml3 is now on GitHub: https://github.com/geocodezip/geoxml3)
Upvotes: 2