APIv4 equivalent to "lookat" for finding images looking at a point

In APIv3 one of the query options was “lookat”, for finding images that show a given location. I don’t see anything equivalent to that in the APIv4 documentation. Is there a way to use the vector tile approach and do something equivalent? I suppose I could recreate it with a bounding box vector tile query, then find nearest image to the point and then check the angle between the compass of the image and the point I’m interested in. But wanted to make sure a workflow doesn’t already exist for this.

1 Like