MKPointOfInterestFilter.excluding constructor
const
MKPointOfInterestFilter.excluding(
- List<
MKPointOfInterestCategory> categories
Shows every category except the listed categories.
Implementation
const factory MKPointOfInterestFilter.excluding(
List<MKPointOfInterestCategory> categories,
) = ExcludingPointsOfInterest;