Attribution Settings
data class AttributionSettings @JvmOverloads() constructor(enabled: Boolean, iconColor: Int, position: Int, marginLeft: Float, marginTop: Float, marginRight: Float, marginBottom: Float, clickable: Boolean)
Content copied to clipboard
Shows the attribution icon on the map.
Constructors
AttributionSettings
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
copy
Link copied to clipboard
fun copy(enabled: Boolean = true, iconColor: Int = Color.parseColor("#FF1E8CAB"), position: Int = Gravity.BOTTOM or Gravity.START, marginLeft: Float = 92f, marginTop: Float = 4f, marginRight: Float = 4f, marginBottom: Float = 4f, clickable: Boolean = true): AttributionSettings
Content copied to clipboard
Properties
marginBottom
Link copied to clipboard
Defines the margin to the bottom that the attribution icon honors.
marginLeft
Link copied to clipboard
Defines the margin to the left that the attribution icon honors.
marginRight
Link copied to clipboard
Defines the margin to the right that the attribution icon honors.