pointOfInterestFilter
The filter that determines the points of interest that display on the map.
Declaration
get pointOfInterestFilter(): PointOfInterestFilter | null;
set pointOfInterestFilter(filter: PointOfInterestFilter | null);Discussion
The filter specifies point-of-interest categories to include or exclude in a map. The default filter shows all points of interest.