@mapgear/geoapps > OverlayOptions
OverlayOptions interface
The options that are available when using an Overlay
export interface OverlayOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
offset | number[] | Offsets in pixels used when positioning the overlay. The first element in the array is the horizontal offset. A positive value shifts the overlay right. The second element in the array is the vertical offset. A positive value shifts the overlay down. | |
positioning | "bottom-left" | "bottom-center" | "bottom-right" | "center-left" | "center-center" | "center-right" | "top-left" | "top-center" | "top-right" | Positioning of the element |