I have a public web app in which I need to be able to sort a group of events by distance from the user. I have the user's zip code, and I'd like to query a service like Bing to sort the events by distance.
This is possible using the google maps api, but their TOS require that I display the map, which the app will not be doing.
Could I use bing to calculate distances and still be within their TOS?
Thanks!