Contents

excluding(categories)

Creates a point-of-interest filter that excludes categories from a list that you provide.

Declaration

static excluding(
    categories: PointOfInterestCategory[],
): PointOfInterestFilter;

See Also

Creating filters