RegionGraph
public struct RegionGraph : Equatable
Hierarchical map structure. Leaf nodes represent updatable regions.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Root nodes for the map structure.
Declaration
Swift
public let roots: [RegionGraphNode]