KML is named as HTML of geographic contents. KML is originally created in the Google labs for rendering the Google Earth and Google Maps application is now been apporoved as International Standards for developing the Geospatial application. Open Geospatial Consortium ( OGC ) will now take control over the KML standards.
How a KML structure will look like?
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.2"> <Placemark> <name>Simple placemark</name> <description>Attached to the ground. Intelligently places itself at the height of the underlying terrain.</description> <Point> <coordinates>-122.0822035425683,37.42228990140251,0</coordinates> </Point> </Placemark> </kml>
Where to get the KML parsers?
Google code provides the APIs for the KML. Also you can find the basic tutorial on KML.
Features of KML?
KML with it’s parser allows the following features to be used.
- Time and Animation
- Cameras
- Photo Overlays
- Polygons, Icons etc
- Creating Models, Regions and more.
You might also be intersted in
More Active Posts:
- Hack Samsung Mobile Codes (44)
- 113 Useful Windows Commands (20)
- Unclutter your Google Reader (17)
- Big Code, Good Code! (15)
- Bury Digg - Why you should get rid of Digg! (9)
- Web 2.0, Lazy yet Powerful - Part 1 (9)
- How to Request a New IP address? (7)
- Hack GMail Search - Part 1 (5)
- Firefox 3 and IE 7 Stops Google Adsense (5)
- Adobe Share - Flex based Online Document Manager (4)

The Open Geospatial Consortium, Inc.® (OGC) is a non-profit, international, voluntary consensus standards organization that is leading the development of standards for geospatial and location based services.