excludes(_:)
Returns a Boolean value indicating whether the filter excludes the point of interest category.
Declaration
func excludes(_ category: MKPointOfInterestCategory) -> BoolParameters
- category:
A point of interest category that the method checks for exclusion in the filter.
Return Value
true if the filter excludes the point of interest category; otherwise, false.