Attribution Layout
data class AttributionLayout(logo: Bitmap?, anchorPoint: PointF?, isShortText: Boolean)
Content copied to clipboard
Class representing attribution properties.
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
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.