Follow us on GitHub

com.google.gwt.maps.client.layers
Class KmlLayerMetadata

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.layers.KmlLayerMetadata

public class KmlLayerMetadata
extends JavaScriptObject

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 , extracted from the layer markup.
 String getDescription()
          The layer's , extracted from the layer markup.
 String getName()
          The layer's , extracted from the layer markup.
 String getSnippet()
          The layer's , extracted from the layer markup
static KmlLayerMetadata newInstance()
          Metadata for a single KML layer, in JSON format.
 void setAuthor(KmlAuthor author)
          The layer's , extracted from the layer markup.
 void setDescription(String description)
          The layer's , extracted from the layer markup.
 void setName(String name)
          The layer's , extracted from the layer markup.
 void setSnippet(String snippet)
          The layer's , extracted from the layer markup
 
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

KmlLayerMetadata

protected KmlLayerMetadata()
use newInstance();

Method Detail

newInstance

public static final KmlLayerMetadata newInstance()
Metadata for a single KML layer, in JSON format.


setAuthor

public final void setAuthor(KmlAuthor author)
The layer's , extracted from the layer markup.

Parameters:
author -

getAuthor

public final KmlAuthor getAuthor()
The layer's , extracted from the layer markup.


setDescription

public final void setDescription(String description)
The layer's , extracted from the layer markup.

Parameters:
description -

getDescription

public final String getDescription()
The layer's , extracted from the layer markup.


setName

public final void setName(String name)
The layer's , extracted from the layer markup.

Parameters:
name -

getName

public final String getName()
The layer's , extracted from the layer markup.


setSnippet

public final void setSnippet(String snippet)
The layer's , extracted from the layer markup

Parameters:
snippet -

getSnippet

public final String getSnippet()
The layer's , extracted from the layer markup



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.