I'm currently using Bing's SOAP Search Service in order to get points of interest around a certain location. However, the return items only have a GeoCoordinate for the location, not an address.
The program is a WP7 app that maps POI, so I'd also like to show the address of the places found to the user. Is the only way to do this to make subsequent calls to Bing's Geocode service for each of the lat/long results? This seems like it would be time consuming and inefficient unless I could do a batch geocode call.
Thanks!