updateAlign

abstract fun updateAlign(align: BalloonAlign, xOff: Int = 0, yOff: Int = 0)

Update the balloon on an anchorView as the bottom alignment with x-off and y-off.

Parameters

align

Decides where the balloon should be placed.

xOff

A horizontal offset from the anchor in pixels.

yOff

A vertical offset from the anchor in pixels.