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