How can I user Google Map's API to get the directions and location for a variable.

Basically:

Say the variable is "harvard university", how can I get the location of it on a map, and directions/street view for that location and display it, like if you do a google search for "harvard university" on the right it comes up with the location, directions etc, how can I embed that into my website?

Thanks, I have tried to be as clear as possible. This is an example showing what I need to get and embed

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Geocoding won't work for most business names. Try the Places Library: http://code.google.com/apis/maps/documentation/javascript/places.html

link|improve this answer
feedback

Look into geocoding (The process of converting an address into geographical coordinates) Google geocoding API

Edit: Spelling

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.