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