I have a local shape file. I wish to find what features are at a nominated point. It would also be nice, but not mandatory, if I had a search radius as well. I thought this was going to be easy, as I've successfully mastered a QueryAsync, but after hours of Googling I'm more confused than ever.
I DON'T want to use a web service (I already know how to do that) for performance reasons, it has to be the local shapefile.
Can someone point me to an example of what should be a straightforward task, but so far I'm baffled.