Class | Description |
---|---|
KmlBoolean |
Utility class to help parse Kml boolean entities.
|
KmlContainer |
Represents a KML Document or Folder.
|
KmlGroundOverlay |
Represents a KML Ground Overlay
|
KmlLayer |
Document class allows for users to input their KML data and output it onto the map
|
KmlLineString |
Represents a KML LineString.
|
KmlMultiGeometry |
Represents a KML MultiGeometry.
|
KmlMultiTrack |
Created by thorin on 22/02/2017.
|
KmlPlacemark | |
KmlPoint |
Represents a KML Point.
|
KmlPolygon |
Represents a KML Polygon.
|
KmlRenderer |
Renders all visible KmlPlacemark and KmlGroundOverlay objects onto the GoogleMap as Marker,
Polyline, Polygon, GroundOverlay objects.
|
KmlStyle |
Represents the defined styles in the KML document
|
KmlTrack |
Created by thorin on 22/02/2017.
|
KmlUtil |
Utility methods for KML
|