I bascially want to create a search in our Sales Orders database to find items that where shipped within a range of a particular address.
I can't use Google's API because: It will be a report and there is no way to display a Map at runtime, which violates the terms of service. Google limits you to 1,600 requests a day, so comparing and arbitrary address to all our sales orders would violate that before 1 search completed. I imagine running the directions API to compare the address to each order in our database would take forever.