Contents

excluding(_:)

Show all points of interest except those belonging to certain categories using the array you provide.

Declaration

static func excluding(_ categories: [MKPointOfInterestCategory]) -> PointOfInterestCategories

Parameters

  • categories:

    An array of points of interest categories to exclude.

Return Value

Returns a set of point of interest categories to exclude.

See Also

Modifying the categories to include or exclude