AttributionLayout

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

Class representing attribution properties.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

If set to true shorter text version will be used.

Link copied to clipboard
val logo: Bitmap?

Bitmap logo.