com.google.maps.gwt.client
Class KmlFeatureData

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.KmlFeatureData

public class KmlFeatureData
extends JavaScriptObject

Data for a single KML feature in JSON format, returned when a KML feature is clicked. The data contained in this object mirrors that associated with the feature in the KML or GeoRSS markup in which it is declared. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected KmlFeatureData()
          Protected constructor avoids default public constructor.
 
Method Summary
 KmlAuthor getAuthor()
          The feature's <atom:author> , extracted from the layer markup (if specified).
 java.lang.String getDescription()
          The feature's <description> , extracted from the layer markup.
 java.lang.String getId()
          The feature's <id> , extracted from the layer markup.
 java.lang.String getInfoWindowHtml()
          The feature's balloon styled text, if set.
 java.lang.String getName()
          The feature's <name> , extracted from the layer markup.
 java.lang.String getSnippet()
          The feature's <Snippet> , extracted from the layer markup.
 void setAuthor(KmlAuthor author)
          The feature's <atom:author> , extracted from the layer markup (if specified).
 void setDescription(java.lang.String description)
          The feature's <description> , extracted from the layer markup.
 void setId(java.lang.String id)
          The feature's <id> , extracted from the layer markup.
 void setInfoWindowHtml(java.lang.String infoWindowHtml)
          The feature's balloon styled text, if set.
 void setName(java.lang.String name)
          The feature's <name> , extracted from the layer markup.
 void setSnippet(java.lang.String snippet)
          The feature's <Snippet> , extracted from the layer markup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KmlFeatureData

protected KmlFeatureData()
Protected constructor avoids default public constructor.

Method Detail

getAuthor

public final KmlAuthor getAuthor()
The feature's <atom:author> , extracted from the layer markup (if specified).


getDescription

public final java.lang.String getDescription()
The feature's <description> , extracted from the layer markup.


getId

public final java.lang.String getId()
The feature's <id> , extracted from the layer markup. If no <id> has been specified, a unique ID will be generated for this feature.


getInfoWindowHtml

public final java.lang.String getInfoWindowHtml()
The feature's balloon styled text, if set.


getName

public final java.lang.String getName()
The feature's <name> , extracted from the layer markup.


getSnippet

public final java.lang.String getSnippet()
The feature's <Snippet> , extracted from the layer markup.


setAuthor

public final void setAuthor(KmlAuthor author)
The feature's <atom:author> , extracted from the layer markup (if specified).


setDescription

public final void setDescription(java.lang.String description)
The feature's <description> , extracted from the layer markup.


setId

public final void setId(java.lang.String id)
The feature's <id> , extracted from the layer markup. If no <id> has been specified, a unique ID will be generated for this feature.


setInfoWindowHtml

public final void setInfoWindowHtml(java.lang.String infoWindowHtml)
The feature's balloon styled text, if set.


setName

public final void setName(java.lang.String name)
The feature's <name> , extracted from the layer markup.


setSnippet

public final void setSnippet(java.lang.String snippet)
The feature's <Snippet> , extracted from the layer markup.