How to display Google directions onto my site
Moderator: General Moderators
How to display Google directions onto my site
Hello,
I am working on a hotel project and I have to display hotel map as well as directions e.g. if we take the example of hotel carling view then the directions are
From Downtown:
Take Gardiner Expressway West, exit 427 North, exit at Dixon Road turning right onto Dixon Road, turn right at Carlingview Drive, hotel is on your left.
I a able to display hotel map using google map API but I am really looking for Google Directions.
Please advise.
TIA.
I am working on a hotel project and I have to display hotel map as well as directions e.g. if we take the example of hotel carling view then the directions are
From Downtown:
Take Gardiner Expressway West, exit 427 North, exit at Dixon Road turning right onto Dixon Road, turn right at Carlingview Drive, hotel is on your left.
I a able to display hotel map using google map API but I am really looking for Google Directions.
Please advise.
TIA.
feyd! thanks a lot for your quick response
Do I have to take special permissions from Google? please explain.
I am novice in Google API world. please let me understand this just like a php baby.
A great many thanls.
,Unless the Google API allows to you pull directions
Do I have to take special permissions from Google? please explain.
please explain this alsojust redirect the user to the Google maps page(s).
I am novice in Google API world. please let me understand this just like a php baby.
A great many thanls.
- aaronhall
- DevNet Resident
- Posts: 1040
- Joined: Tue Aug 13, 2002 5:10 pm
- Location: Back in Phoenix, missing the microbrews
- Contact:
Google does a pretty good job of explaining it.
google doesn't have an api for routing directions yet, or at least they didn't last time I checked. You have to use a third party to do so. Also, Google maps is not php, it's javascript. This is reference to this comment:
that should be:I am novice in Google API world. please let me understand this just like a php baby.
I am novice in Google API world. please let me understand this just like a javascript baby.