Package com.google.maps.android.data.kml
See: Description
-
Class Summary Class Description 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. KmlLineString Represents a KML LineString. KmlUtil Utility methods for KML KmlGroundOverlay Represents a KML Ground Overlay KmlContainer Represents a KML Document or Folder. KmlMultiGeometry Represents a KML MultiGeometry. KmlBoolean Utility class to help parse Kml boolean entities. 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 KmlPoint Represents a KML Point. KmlMultiTrack Created by thorin on 22/02/2017. KmlLayer Document class allows for users to input their KML data and output it onto the map KmlTrack Created by thorin on 22/02/2017.