public class KMLFolder
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The KML folder description.
|
com.google.gwt.core.client.JsArray<KMLLayer.FeatureInfo> |
getFeatureInfos()
An array of objects that describe top-level KML features ids and their types.
|
int |
getId()
The KML folder id.
|
java.lang.String |
getName()
The KML folder name.
|
int |
getParentFolderId()
The id of the parent folder.
|
java.lang.String |
getSnippet()
The KML folder snippet.
|
com.google.gwt.core.client.JsArrayInteger |
getSubFolderIds()
An array of ids for the KML folder's subfolders.
|
int |
getVisibility()
The visibility of the KML folder.
|
public final java.lang.String getDescription()
public final com.google.gwt.core.client.JsArray<KMLLayer.FeatureInfo> getFeatureInfos()
public final int getId()
public final java.lang.String getName()
public final int getParentFolderId()
public final java.lang.String getSnippet()
public final com.google.gwt.core.client.JsArrayInteger getSubFolderIds()
public final int getVisibility()