Attribution Layout
Class representing attribution properties.
data class AttributionLayout(logo: Bitmap?, anchorPoint: PointF?, isShortText: Boolean)
Content copied to clipboard
Constructors
AttributionLayout
Link copied to clipboard
fun AttributionLayout(logo: Bitmap?, anchorPoint: PointF?, isShortText: Boolean)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(logo: Bitmap?, anchorPoint: PointF?, isShortText: Boolean): AttributionLayout
Content copied to clipboard
equals
Link copied to clipboard
Properties
anchorPoint
Link copied to clipboard
x, y anchor point for placing the logo on the screen.
isShortText
Link copied to clipboard
If set to true
shorter text version will be used.