What is the Google API for getting directions

Discussion in 'Google API' started by oogoog, Sep 10, 2008.

  1. #1
    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
     
    oogoog, Sep 10, 2008 IP
  2. QiSoftware

    QiSoftware Well-Known Member

    Messages:
    805
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    158
    #2
    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...
     
    QiSoftware, Sep 12, 2008 IP