Package-level declarations

Types

Link copied to clipboard
class BalloonAnchorOverlayView @JvmOverloads constructor(context: Context, attr: AttributeSet? = null, defStyle: Int = 0) : View

BalloonAnchorOverlayView is an overlay view for highlighting an anchor by overlaying specific shapes on the anchor.

Link copied to clipboard

BalloonOverlayAnimation is the collection of the popup overlay animations.

Link copied to clipboard

draw a Circle for overlaying over an anchor.

Link copied to clipboard

draw nothing over an anchor.

Link copied to clipboard

draw an Oval for overlaying over an anchor.

Link copied to clipboard

draw a Rect for overlaying over an anchor.

Link copied to clipboard

draw an rounded Rect for overlaying over an anchor.

Link copied to clipboard
sealed class BalloonOverlayShape

BalloonOverlay is a sealed interface for composing balloon overlay types.