MKPointOfInterestFilter.excluding constructor

const MKPointOfInterestFilter.excluding(
  1. List<MKPointOfInterestCategory> categories
)

Shows every category except the listed categories.

Implementation

const factory MKPointOfInterestFilter.excluding(
  List<MKPointOfInterestCategory> categories,
) = ExcludingPointsOfInterest;