ToolboxMapParameter

data class ToolboxMapParameter(    var enabled: Boolean? = null,     var x: Int? = null,     var y: Int? = null,     var buttonWidth: Int? = null,     var buttonHeight: Int? = null,     var buttonSpace: Int? = null,     var orientation: OrientationType? = null,     var rotationStep: Int? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(    enabled: Boolean? = null,     x: Int? = null,     y: Int? = null,     buttonWidth: Int? = null,     buttonHeight: Int? = null,     buttonSpace: Int? = null,     orientation: OrientationType? = null,     rotationStep: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var x: Int?
Link copied to clipboard
var y: Int?

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)