On Sep 14, 11:59 am, nick800 <[email protected]> wrote:
> For a project I'm trying to get the addresses of stadiums from
> colleges and pros. I have the stadium names, and if I map one
>
> "Qualcomm Stadium"
>
> http://maps.google.com/?q=Qualcomm%20Stadium
>
> the A result contains the address. wonderful.
>
> If I try the same thing through the geocode
>
> http://maps.google.com/maps/geo?q=Qualcomm%20Stadium
>
> I get a sort of a pseudo address "Qualcomm Stadium, San Diego, CA
> 92108, USA", leaving out the street address. I've tried then using the
> geocode again with the coordinates, but that still results in the non-
> street address.

A geocoder takes an address and returns a latitude and longitude.  You
are lucky to get a result.

>
> How do I get that A result from the actual google maps call to be
> returned on the geocoding?

Try the local search API.
http://code.google.com/apis/maps/documentation/services.html#LocalSearch
(be sure to review its separate terms of use...)

  -- Larry

>
> Thanks!
> ~Nick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to