@mapgear/mapengine > PositionType
PositionType enum
Position of an object
Signature:export declare enum PositionType
Enumeration Members
| Member | Value | Description |
|---|---|---|
| BottomCenter | "bottom-center" | |
| BottomLeft | "bottom-left" | |
| BottomRight | "bottom-right" | |
| CenterCenter | "center-center" | |
| CenterLeft | "center-left" | |
| CenterRight | "center-right" | |
| TopCenter | "top-center" | |
| TopLeft | "top-left" | |
| TopRight | "top-right" |