RegionsAroundPosition

data class RegionsAroundPosition(val nodeIds: List<RegionGraphNodeId>)

A list of regions around a position.

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

Constructors

Link copied to clipboard
constructor(nodeIds: List<RegionGraphNodeId>)

Properties

Link copied to clipboard

The list of node IDs of the updatable regions close to a position.