com.google.gwt.maps.client.overlay
Class TileLayerOverlayOptions

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by 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.


Constructor Summary
protected TileLayerOverlayOptions()
           
 
Method Summary
static TileLayerOverlayOptions newInstance()
           
 TileLayerOverlayOptions setZPriority(double value)
          Contains a value which determines the relative z-order for this 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
 

Constructor Detail

TileLayerOverlayOptions

protected TileLayerOverlayOptions()
Method Detail

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.