RegionGraphNodeState

The state of a node in the RegionGraph for which RegionGraphNode.isUpdatableRegion is 'true'.

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

Properties

Link copied to clipboard

The current operation for the region. It may be executing or waiting to be executed.

Link copied to clipboard

The creation timestamp of the data of this region that is present in the map in UTC milliseconds.

Link copied to clipboard

The install state of the map region.

Link copied to clipboard

The last completed map operation.

Link copied to clipboard
val updateInfo: UpdateInfo? = null

The information about the available map region update.

Link copied to clipboard

The update state of the 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