public class KmlLayerMetadata extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
KmlLayerMetadata()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
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
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
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()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.