-
- All Implemented Interfaces:
-
com.google.maps.android.data.parser.kml.KmlFeature
@Serializable() public final class Document implements KmlFeature
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Stringdescriptionprivate final List<Folder>foldersprivate final List<Placemark>placemarksprivate final List<Style>stylesprivate final List<StyleMap>styleMapsprivate final List<GroundOverlay>groundOverlays
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetDescription()final List<Folder>getFolders()final List<Placemark>getPlacemarks()final List<Style>getStyles()final List<StyleMap>getStyleMaps()final List<GroundOverlay>getGroundOverlays()-
-
Method Detail
-
getDescription
final String getDescription()
-
getFolders
final List<Folder> getFolders()
-
getPlacemarks
final List<Placemark> getPlacemarks()
-
getStyleMaps
final List<StyleMap> getStyleMaps()
-
getGroundOverlays
final List<GroundOverlay> getGroundOverlays()
-
-
-
-