excluding(_:)
Show all points of interest except those belonging to certain categories using the array you provide.
Declaration
static func excluding(_ categories: [MKPointOfInterestCategory]) -> PointOfInterestCategoriesParameters
- categories:
An array of points of interest categories to exclude.
Return Value
Returns a set of point of interest categories to exclude.