MapOperation

class MapOperation(val type: MapOperationType, val nodeId: RegionGraphNodeId)

Represents an operation on the onboard map.

Note: Operations can only be performed on updatable regions.

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

Constructors

Link copied to clipboard
constructor(type: MapOperationType, nodeId: RegionGraphNodeId)

Properties

Link copied to clipboard

Unique region graph node identifier.

Link copied to clipboard

Represents an operation that can be performed on an updatable map region.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String