Basic Placemark For GE KML


/ Published in: XML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <kml xmlns="http://earth.google.com/kml/2.0">
  3. <Document>
  4. <name>KML Sample</name>
  5. <Placemark>
  6. <name>Georgetown</name>
  7. <Point>
  8. <coordinates>-58.1579905898,6.80235028764</coordinates>
  9. </Point>
  10. </Placemark>
  11. </Document>
  12. </kml>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.