You can do a nearby search for a business. You could try to do exact lat/long matching but that will rarely work as a single building has an infinite number of possible coordinates. Trying to match only so many decimal places wouldn't work, but at that point
your better off doing a radial search anyways. You can search for business using the Query API in the Bing Spatial Data Services against the NAVTEQ NA and EU data sources. If you are doing this in a webpage, then you can use the Bing Maps V8 control which
makes it easy to access this API from JavaScript. Here are some samples and resources:
https://www.bing.com/api/maps/sdkrelease/mapcontrol/isdk#sdsNearbySearch+JS
https://msdn.microsoft.com/en-us/library/mt712849.aspx
https://msdn.microsoft.com/en-us/library/hh478189.aspx
https://msdn.microsoft.com/en-us/library/gg585126.aspx
[Blog] [twitter] [LinkedIn]