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

Important

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

Public

  • Map-unique node identifier.

    Note

    Not graph-unique.

    Declaration

    Swift

    public let value: String
  • Compares two objects of RegionGraphNodeID

    Declaration

    Swift

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