AttributionLayout

data class AttributionLayout(logo: Bitmap?, anchorPoint: PointF?, isShortText: Boolean)

Class representing attribution properties.

Constructors

AttributionLayout
Link copied to clipboard
fun AttributionLayout(logo: Bitmap?, anchorPoint: PointF?, isShortText: Boolean)

Properties

anchorPoint
Link copied to clipboard
val anchorPoint: PointF?

x, y anchor point for placing the logo on the screen.

isShortText
Link copied to clipboard
val isShortText: Boolean

If set to true shorter text version will be used.

logo
Link copied to clipboard
val logo: Bitmap?

Bitmap logo.