Google Static Maps API显示错误的图片

时间:2013-11-12 16:39:08

标签: google-maps google-static-maps

我已在网页上成功实施了Google Static Maps API。它适用于数百个地点。工作电话的示例是:

http://maps.googleapis.com/maps/api/staticmap?sensor=false&center=Circus+Krone%2C+Marsstra%C3%9Fe+43+%2C+80335+M%C3%BCnchen%2C+DE&markers=color:red%7CCircus+Krone%2C+Marsstra%C3%9Fe+43+%2C+80335+M%C3%BCnchen%2C+DE&zoom=14&size=580x200

但是:API有两个位置返回错误的图像。例如:

http://maps.googleapis.com/maps/api/staticmap?sensor=false&center=Zorlu+Center%2C+%2C+34340+Istanbul%2C+TR&markers=color:red%7CZorlu+Center%2C+%2C+34340+Istanbul%2C+TR&zoom=14&size=580x200

这些位置的Google地图链接正常运行:

maps.google.de/maps?saddr=&daddr=Zorlu+Center%2C+%2C+34340+Istanbul%2C+TR&hl=de

有没有人知道两个不工作的图像源有什么问题?

干杯 菲利普

1 个答案:

答案 0 :(得分:0)

static-maps使用地理编码来定位地址,您可能会在此处看到给定的字符串未返回地理编码结果: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能够找到字符串,因为它还集成了地方。

那是什么问题:提供的地址目前不是可地理编码的