EMS.Position

Enumeration of possible positions relative to the map.  These can be used instead of giving an OpenLayers.Pixel for position for EMS.Control objects.  You can use this in combination with the control property EMS.Control.offset to position the item relative to the corner of your choosing.

Summary
EMS.PositionEnumeration of possible positions relative to the map.
Enumerations
TOP_LEFTDraws the control relative to the top left corner.
TOP_RIGHTDraws the control relative to the top right corner.
BOTTOM_LEFTDraws the control relative to the bottom left corner.
BOTTOM_RIGHTDraws the control relative to the bottom right corner.

Enumerations

TOP_LEFT

Draws the control relative to the top left corner.

TOP_RIGHT

Draws the control relative to the top right corner.

BOTTOM_LEFT

Draws the control relative to the bottom left corner.

BOTTOM_RIGHT

Draws the control relative to the bottom right corner.

This class represents a screen coordinate, in x and y coordinates
Extention to the OpenLayers.Control that translates relative positions from EMS.Position.
{Mixed} can be OpenLayers.Pixel or integer.
Close