RegionGraphNodeID
public struct RegionGraphNodeID : Comparable, Hashable
Unique region graph node identifier.
Note
This node identifier maps directly to a region (update region set or update region) in the map so they are not connected to a certain instance ofRegionGraph.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
RegionGraphNodeIDDeclaration
Swift
public init(_ value: String)Parameters
valueNode identifier
RegionGraphNodeID Structure Reference