CompletedMapOperation

data class CompletedMapOperation(val operationType: MapOperationType, val errorCode: UpdateErrorCode?)

The information about a completed map operation.

Constructors

Link copied to clipboard
fun CompletedMapOperation(operationType: MapOperationType, errorCode: UpdateErrorCode?)

Properties

Link copied to clipboard

The completed map operation error code.

Link copied to clipboard

The completed map operation type.