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