I am wanting to do a point filter for a polygon. But when passing the geometry, the points do not filter. Allen Thompson
mapView.whenLayerView(areaspriorizadas).then(function(featureLayerView) {
featureLayerView.filter = {
geometry: distrito,
patialRelationship: "contains"
};
});