CategoryIdFilter

Objective-C

enum CategoryIdFilter : NSInteger {}

Swift

enum CategoryIdFilter : Int, @unchecked Sendable

Constants indicating filter by category.

  • Landmarks that are not part of categories will be selected.

    Declaration

    Objective-C

    CategoryIdFilterUncategorized = -1

    Swift

    case uncategorized = -1
  • Landmarks from all categories will be selected.

    Declaration

    Objective-C

    CategoryIdFilterInvalid = -2

    Swift

    case invalid = -2