I am using Visual Studio 2005 development environment and C language on a Windows XP system. Is there a Google SDK I can install on this platform? I am hoping to get an API which will take two parameters or more. The first two parameters being the Start Address and End Address. The API should programmatically return the full direction. Please advice. Thanks
I developed a Java application to retrieve Google Maps data-- and simply pass a url via the servlet. I do not think you need a C sdk to retrieve data. Simply request the url from your C program-- with the desired parameters. Q...