com.google.maps.gwt.client
Class KmlLayerOptions

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

public class KmlLayerOptions
extends LayerOptions

This object defines the properties that can be set on a KmlLayer object. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected KmlLayerOptions()
          Protected constructor avoids default public constructor.
 
Method Summary
static KmlLayerOptions create()
           
 void setClickable(boolean clickable)
          If true, the layer receives mouse events.
 void setMap(GoogleMap map)
          The map on which to display the layer.
 void setPreserveViewport(boolean preserveViewport)
          By default, the input map is centered and zoomed to the bounding box of the contents of the layer.
 void setSuppressInfoWindows(boolean suppressInfoWindows)
          Suppress the rendering of info windows when layer features are clicked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KmlLayerOptions

protected KmlLayerOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final KmlLayerOptions create()

setClickable

public final void setClickable(boolean clickable)
If true, the layer receives mouse events. Default value is true.


setMap

public final void setMap(GoogleMap map)
The map on which to display the layer.


setPreserveViewport

public final void setPreserveViewport(boolean preserveViewport)
By default, the input map is centered and zoomed to the bounding box of the contents of the layer. If this option is set to true , the viewport is left unchanged, unless the map's center and zoom were never set.


setSuppressInfoWindows

public final void setSuppressInfoWindows(boolean suppressInfoWindows)
Suppress the rendering of info windows when layer features are clicked.