Google maps doesn't let you grab the distance programmatically, so I started looking at Microsoft's, which btw looks really extensive. I saw some posts on this a few months ago and was wondering if anyone had worked on and gotten CF to use the API since then.
Looks like all of their code is in .net, so I started to tinker with their JS example which takes 2 addresses and gives the driving distance and directions, although I only need the distance. Now I wanted to do it for a bunch of values in a report layout, so it would show 2 zips and the distance. I tried to get their version to make the JS calls sequentially down the page filling in a text box, but it looks like it only supports 1 map at a time. And it looks to put too much load on the browser anyways. Any info would be appreciated -seth ============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer: http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ============================================================================== ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249573 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

