I've successfully implemented the Google Static Maps API on a webpage. It works well on hundreds of locations. Example of a working call is:
BUT: There are two locations where the API returns wrong images. Example:
The links to Google Maps for those locations work correctly:
maps.google.de/maps?saddr=&daddr=Zorlu+Center%2C+%2C+34340+Istanbul%2C+TR&hl=de
Does anyone have an idea what's wrong with the two not working image sources?
Cheers Philipp
static-maps use geocoding to locate addresses, you may see here that the given string didn't return a geocode-result: http://gmaps-samples-v3.googlecode.com/svn/trunk/geocoder/v3-geocoder-tool.html#q%3DZorlu%20Center%2C%20%2C%2034340%20Istanbul%2C%20TR
Google-Maps is able to locate the string, because it also integrates Places.
So what's wrong: the provided address currently isn't geocodable