Another rookie question about this topic!
I've made the changes to MapManager as mentioned and I can successfully search with what appears to be the bounding coordinates as given with an example with the code change. I don't know if I missed this somewhere, but what changes would I need to make to be able to search on an X,Y instead of bounding coords?
The application is for a utility billing software we use, we push centroids of the parcel with x,y to the database for the utility billing. We have then added a button that will pass a query string to pull up a web map of the location. Alternatively we could use the other examples of passing a parcel ID, but if there are parcel changes (we do not maintain the parcels) then we would not get a result. By passing x,y we are guaranteeing that the map will at least zoom to where the parcel used to be.
Thanks,
Scott