RegionGraphNodeID

public struct RegionGraphNodeID : Comparable, Hashable, CustomStringConvertible

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 of RegionGraph.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • description of RegionGraphNodeID

    Declaration

    Swift

    public var description: String { get }
  • Compares two objects of RegionGraphNodeID

    Declaration

    Swift

    public static func < (lhs: RegionGraphNodeID, rhs: RegionGraphNodeID) -> Bool