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.
| EMS. | Enumeration of possible positions relative to the map. |
| 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. |