Click here to see the SAS code.
Click here to see the example.

---------------------------------------------------------------

Someone asked if SAS could estimate drivetimes between 2 locations.
The answer is "not really" ... *but* we can produce an interface 
that will let you easily click to find the drive-time estimates! :)

In this example, I code in html= drilldowns that go to a google
maps url, and plug in the starting & ending zipcodes, and ask google
to produce a driving route and drive-times -- pretty slick, eh! :)
(I'm just using zipcodes, but you could change it slightly to feed
in the entire street address for more exact directions - I just 
wanted a rough estimate drive-time.)


Back to Samples Index