Follow us on GitHub

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

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

public class KmlAuthor
extends JavaScriptObject

Contains details of the author of a KML document or feature.

See KmlAuthor API Doc


Constructor Summary
protected KmlAuthor()
           
 
Method Summary
 String getEmail()
          The author's e-mail address, or an empty string if not specified.
 String getName()
          The author's name, or an empty string if not specified.
 String getUri()
          The author's home page, or an empty string if not specified.
static KmlAuthor newInstance()
          Contains details of the author of a KML document or feature.
 void setEmail(String email)
          The author's e-mail address, or an empty string if not specified.
 void setName(String name)
          The author's name, or an empty string if not specified.
 void setUri(String uri)
          The author's home page, or an empty string if not specified.
 
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

KmlAuthor

protected KmlAuthor()
Method Detail

newInstance

public static final KmlAuthor newInstance()
Contains details of the author of a KML document or feature.


setEmail

public final void setEmail(String email)
The author's e-mail address, or an empty string if not specified.

Parameters:
email -

getEmail

public final String getEmail()
The author's e-mail address, or an empty string if not specified.


setName

public final void setName(String name)
The author's name, or an empty string if not specified.

Parameters:
name -

getName

public final String getName()
The author's name, or an empty string if not specified.


setUri

public final void setUri(String uri)
The author's home page, or an empty string if not specified.

Parameters:
uri -

getUri

public final String getUri()
The author's home page, or an empty string if not specified.



Follow us on GitHub

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