|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.LayerOptions
com.google.maps.gwt.client.KmlLayerOptions
public class KmlLayerOptions
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 |
---|
protected KmlLayerOptions()
Method Detail |
---|
public static final KmlLayerOptions create()
public final void setClickable(boolean clickable)
public final void setMap(GoogleMap map)
public final void setPreserveViewport(boolean preserveViewport)
true
, the viewport is left unchanged, unless the map's center and zoom were never set.
public final void setSuppressInfoWindows(boolean suppressInfoWindows)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |