CurrentMapOperation

data class CurrentMapOperation(val operationType: MapOperationType)

The information about the current map operation.

Constructors

Link copied to clipboard
fun CurrentMapOperation(operationType: MapOperationType)

Properties

Link copied to clipboard
val operationType: MapOperationType

The current map operation type.