CurrentMapOperation

data class CurrentMapOperation(val operationType: MapOperationType, @IntRange(from = 0, to = 100) val progress: Int? = null)

The information about the current map operation.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun CurrentMapOperation(operationType: MapOperationType, @IntRange(from = 0, to = 100) progress: Int? = null)

Properties

Link copied to clipboard

The current map operation type.

Link copied to clipboard
val progress: Int? = null

Progress as a percentage between 0 and 100.