ToolboxMap

data class ToolboxMap(var mapControl: ToolboxMapParameter? = ToolboxMapParameter( enabled = true, x = 50, y = 50, buttonWidth = 40, buttonHeight = 40, buttonSpace = 10, orientation = OrientationType.horizontal, rotationStep = 10 ), var layer: ToolboxMapParameter? = ToolboxMapParameter( enabled = true, x = 50, y = 120, buttonWidth = 30, buttonHeight = 30, buttonSpace = 8, orientation = OrientationType.vertical, )) : Parcelable

Constructors

Link copied to clipboard
constructor(mapControl: ToolboxMapParameter? = ToolboxMapParameter( enabled = true, x = 50, y = 50, buttonWidth = 40, buttonHeight = 40, buttonSpace = 10, orientation = OrientationType.horizontal, rotationStep = 10 ), layer: ToolboxMapParameter? = ToolboxMapParameter( enabled = true, x = 50, y = 120, buttonWidth = 30, buttonHeight = 30, buttonSpace = 8, orientation = OrientationType.vertical, ))

Properties

Link copied to clipboard
Link copied to clipboard

Inherited functions

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