Follow us on GitHub

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

Packages that use KmlAuthor
com.google.gwt.maps.client.layers   
 

Uses of KmlAuthor in com.google.gwt.maps.client.layers
 

Methods in com.google.gwt.maps.client.layers that return KmlAuthor
 KmlAuthor KmlLayerMetadata.getAuthor()
          The layer's , extracted from the layer markup.
 KmlAuthor KmlFeatureData.getAuthor()
          The feature's , extracted from the layer markup (if specified).
static KmlAuthor KmlAuthor.newInstance()
          Contains details of the author of a KML document or feature.
 

Methods in com.google.gwt.maps.client.layers with parameters of type KmlAuthor
 void KmlLayerMetadata.setAuthor(KmlAuthor author)
          The layer's , extracted from the layer markup.
 void KmlFeatureData.setAuthor(KmlAuthor author)
          The feature's , extracted from the layer markup (if specified).
 



Follow us on GitHub

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