MPISiblingGroup

public struct MPISiblingGroup : Codable

MPISiblingGroup represents a group of related MPILocation

  • label of the MPISiblingGroup

    Declaration

    Swift

    public let label: String
  • An array of id of MPILocation under the same MPISiblingGroup

    Declaration

    Swift

    public let siblings: [String]