CompositeRegion

public struct CompositeRegion : Hashable

CompositeRegion is a representation of either an update region or an update region set in the NDS map. An update region is the smallest area in the NDS map that can be updated. An update region set contains one or more update regions, or one or more other update region sets.

Important

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

    The unique identifier in a given CompositeRegion hierarchy.

    Declaration

    Swift

    public let id: CompositeRegionID
  • The localized name of the CompositeRegion.

    Declaration

    Swift

    public let name: String
  • Child CompositeRegions. Can be empty. When nil, this region cannot have children.

    Declaration

    Swift

    public let children: [CompositeRegion]?