I have a point, created with arcgis.geometry.Point, that I wish to use in a feature layer query to only return the records that intersect that point. I can do this via the REST API by setting the geometry parameters, but I am struggling to figure out how to do this with the Python API. I have read the reference guide and examples, but still not sure how to do this.
Any help would be much appreciated.
Thanks in advance.