com.mapitz.gwt.googleMaps.client
Class GMapPane

java.lang.Object
  extended by com.mapitz.gwt.googleMaps.client.GMapPane

public class GMapPane
extends java.lang.Object

Factory for these constants which define the layering system that is used by overlay to display themselves on the map. There are different layers for icons, shadows, the info window, the shadow on the info window, and transparent mouse event catching objects.

Author:
aglaforge

Method Summary
static GMapPane G_MAP_FLOAT_PANE()
          This pane contains the info window.
static GMapPane G_MAP_FLOAT_SHADOW_PANE()
          This pane conatains the shadow of the info window.
static GMapPane G_MAP_MAP_PANE()
          This pane is still below the shadows of the markers, directly on top of the map.
static GMapPane G_MAP_MARKER_MOUSE_TARGET_PANE()
          This pane contains transparent elements that receive DOM mouse events for the markers.
static GMapPane G_MAP_MARKER_PANE()
          This pane contains the markers.
static GMapPane G_MAP_MARKER_SHADOW_PANE()
          This pane contains the shadows of the markers.
 int getIndex()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

G_MAP_MAP_PANE

public static GMapPane G_MAP_MAP_PANE()
This pane is still below the shadows of the markers, directly on top of the map. It contains for instance the polylines.


G_MAP_MARKER_SHADOW_PANE

public static GMapPane G_MAP_MARKER_SHADOW_PANE()
This pane contains the shadows of the markers. It is below the markers.


G_MAP_MARKER_PANE

public static GMapPane G_MAP_MARKER_PANE()
This pane contains the markers.


G_MAP_FLOAT_SHADOW_PANE

public static GMapPane G_MAP_FLOAT_SHADOW_PANE()
This pane conatains the shadow of the info window. It is above the G_MAP_MARKER_PANE, so that markers can be in the shadow of the info window.


G_MAP_MARKER_MOUSE_TARGET_PANE

public static GMapPane G_MAP_MARKER_MOUSE_TARGET_PANE()
This pane contains transparent elements that receive DOM mouse events for the markers. Is is above the G_MAP_FLOAT_SHADOW_PANE, so that markers in the shadow of the info window can be clickable.


G_MAP_FLOAT_PANE

public static GMapPane G_MAP_FLOAT_PANE()
This pane contains the info window. It is above everything else on the map.


getIndex

public int getIndex()