Skip to main content

@mapgear/geoapps > OverlayOptions

OverlayOptions interface

The options that are available when using an Overlay

Signature:
export interface OverlayOptions 

Properties

PropertyModifiersTypeDescription
offsetnumber[]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