Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 10th, 2012  |  syntax: None  |  size: 0.55 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to read KML file using java android
  2. <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2"          xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
  3.     <Placemark>
  4.         <name>Simple placemark</name>
  5.         <description>Attached to the ground. Intelligently places itself at the
  6.               height of the underlying terrain.</description>    
  7.         <Point>
  8.             <coordinates>-122.0822035425683,37.42228990140251,0</coordinates>
  9.         </Point>
  10.     </Placemark>
  11.   </kml>