Some Instructions on Creating and Viewing KML Files

A bit about KML
KML is a type of markup language, like HTML, but specifically designed for representing geographic information. You can do lots of interesting things with KML, but we will not do anything too fancy for this homework. I have made two sample KML files for you to play with: newTest.kml and path.kml. Your program needs to produce these kinds of KML files. Here is the link to a KML tutorial by developers at Google.

Seeing your map.
There are essentially two ways of viewing your KML files; these are described below.