January 2011

Using Google API with Delphi – Adam Gardner

At the November meeting of ADUG Sydney we were discussing to show how to connect to the Google API. Adam has been checking out the Google maps API and wrote a simple application to retrieve the ‘driving time’ and distance between two addresses. It consists of a TGoogleMaps component. The response actually contains the turn by turn directions as well, but this was enough to demonstrate the principle works.
The source code can be downloaded from here.