|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.layers.KmlLayerMetadata
public class KmlLayerMetadata
Metadata for a single KML layer, in JSON format.
See KmlLayerMetadata API Doc
| Constructor Summary | |
|---|---|
protected |
KmlLayerMetadata()
use newInstance(); |
| Method Summary | |
|---|---|
KmlAuthor |
getAuthor()
The layer's |
String |
getDescription()
The layer's |
String |
getName()
The layer's |
String |
getSnippet()
The layer's |
static KmlLayerMetadata |
newInstance()
Metadata for a single KML layer, in JSON format. |
void |
setAuthor(KmlAuthor author)
The layer's |
void |
setDescription(String description)
The layer's |
void |
setName(String name)
The layer's |
void |
setSnippet(String snippet)
The layer's |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected KmlLayerMetadata()
| Method Detail |
|---|
public static final KmlLayerMetadata newInstance()
public final void setAuthor(KmlAuthor author)
author - public final KmlAuthor getAuthor()
public final void setDescription(String description)
description - public final String getDescription()
public final void setName(String name)
name - public final String getName()
public final void setSnippet(String snippet)
snippet - public final String getSnippet()
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||