This class can be used to present world maps in HTML pages using the Google Maps API.
It generates the necessary HTML and Javascript code to embed maps in Web pages.
The class supports generating several types of maps and adds the necessary controls to the let the user manipulate the maps presentation. It supports regular maps, satellite view, hybrid view, moon, mars and sky maps.
It can also add markers to the maps, tabs, link markers, circles, polylines, driving directions, street view, load KML files, etc..
This package can be used to generate mapping features files in the KML format.
It provides several classes that abstract different types of map features such as folders, documents, place marks, points, lines, polygons, styles, icons, labels, etc..
The main class can compose a KML document using objects of the map feature classes and generate a KML file either in plain XML or compressed format.
This package can be used to read and write XML documents.
It provides base classes to parse and generate XML documents from groups of text and tag elements. Other sub-classes can generate XML documents in specific formats, such as HTML, Atom, SVG, etc..