On this page

Type Alias PositionAnchor

PositionAnchor:
    | "center"
    | "top"
    | "bottom"
    | "left"
    | "right"
    | "top-left"
    | "top-right"
    | "bottom-left"
    | "bottom-right"

Where to position the anchor. Used by a popup and a marker.

Was this helpful?
SDK JS
Reference
PositionAnchor