This is a followup question to another I recently had about the Google Maps API.
The following request returns zero results...
However, from http://maps.google.com the following address locates correctly...
801 Baltimore Street, Hanover, PA
From the previous question the answer was because the result returned from maps is a "place" and not an "address".
My new question is how can you tell maps is returning a "place" vs and "address"? Is there something in the URL or the response that gives this away?