views:

38

answers:

0

It is easy to use the Google Maps API to find a specific street address and return the latitude and longitude. For example, link.

However, it appears that typing in the name of a specific location, for example a park, causes problems. Often these don't have a specific street number (at least, not easily findable). Despite the fact that Cadigal Reserve is located at the same address as in the link above, if I enter that as part of the query string and remove the street number, the results become rather useless: link

Typing this directly into maps.google.com easily finds the park itself (and of course, you could then find the latitude/longitude by looking in the URL).

Is there not any way of using the Google Maps API to geocode a park location like this?