# PointOfInterestFilter
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exclude** | Option<**bool**> | Whether carriers are to be included or excluded from the filtering. | [optional][default to true]
**point_of_interest_category** | Option<[**Vec<models::PointOfInterestCategory>**](PointOfInterestCategory.md)> | These POI categories can be used to filter POIs. If more than one is given the filtering is by logical 'OR' (when Exclude=FALSE) and logical 'AND' (when Exclude=TRUE). | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)