How can i create .KMZ (google earth file format) programmatically? .KMZ contains a .KML file (XML for location based data) and images in a directory named ‘files’, the KML and files directory compressed together makes KMZ.
Now the challenge here is to compress the files into a KMZ format. How can i do that?
http://code.google.com/p/ziparchive/