CompletedMapOperation

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

The information about a completed map operation.

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

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.