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