Package | com.google.maps |
Class | public final class PaneId |
See also
Constant | Defined 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 |
PANE_FLOAT | constant |
public static const PANE_FLOAT:Number = 7
Pane holding floating content, default pane for info windows.
PANE_MAP | constant |
public static const PANE_MAP:Number = 0
Bottom-most map pane, directly on top of the map.
PANE_MARKER | constant |
public static const PANE_MARKER:Number = 4
Marker pane, default pane for markers.
PANE_OVERLAYS | constant |
public static const PANE_OVERLAYS:Number = 1
Overlays pane, default pane for polylines, polygons and ground overlays.