getAnchorPoint

abstract fun getAnchorPoint(layoutPosition: LayoutPosition): Point

Define an "anchor point" at the given LayoutPosition, useful to place labels or tooltips over a Zone.

Return

a Point which coordinates indicate the possible "anchor".

Parameters

layoutPosition

the position on which you want to attach an element.