com.google.gwt.maps.client.overlay
Class TileLayerOverlayOptions
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.overlay.TileLayerOverlayOptions
public class TileLayerOverlayOptions
- extends com.google.gwt.core.client.JavaScriptObject
Used as an argument to the constructor for TileLayerOverlay
.
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 |
TileLayerOverlayOptions
protected TileLayerOverlayOptions()
newInstance
public static TileLayerOverlayOptions newInstance()
setZPriority
public final TileLayerOverlayOptions setZPriority(double value)
- Contains a value which determines the relative z-order for this
TileLayerOverlay. Higher priority tile layers will be rendered on top of
tile layers with a lower priority.
- Parameters:
value
- priority value for this layer.
- Returns:
- a reference to this object.