Packagecom.google.maps
Classpublic final class PaneId

Constants used to identify panes on the map. Note that whilst each of these constants has a numeric value, pane ordering is managed independently of the actual values.

See also

maps.google.com.interfaces.IPaneManager


Public Constants
 ConstantDefined by
  PANE_FLOAT : Number = 7
[static] Pane holding floating content, default pane for info windows.
PaneId
  PANE_MAP : Number = 0
[static] Bottom-most map pane, directly on top of the map.
PaneId
  PANE_MARKER : Number = 4
[static] Marker pane, default pane for markers.
PaneId
  PANE_OVERLAYS : Number = 1
[static] Overlays pane, default pane for polylines, polygons and ground overlays.
PaneId
Constant detail
PANE_FLOATconstant
public static const PANE_FLOAT:Number = 7

Pane holding floating content, default pane for info windows.

PANE_MAPconstant 
public static const PANE_MAP:Number = 0

Bottom-most map pane, directly on top of the map.

PANE_MARKERconstant 
public static const PANE_MARKER:Number = 4

Marker pane, default pane for markers.

PANE_OVERLAYSconstant 
public static const PANE_OVERLAYS:Number = 1

Overlays pane, default pane for polylines, polygons and ground overlays.