2012-07-17 119 views
3

我在我的頁面(分頁)列出了很多企業和他們的靜態谷歌地圖。在瀏覽頁面時,有時我會獲取以下圖像而不是地圖。如果我再次刷新頁面,我會得到正確的地圖。谷歌靜態地圖不顯示

enter image description here

我相信,我有沒有達到使用期限(因爲即時得到的頁面刷新同一個地圖)。

我的示例請求如下。 (注:我不傳遞任何API密鑰是否真的需要?)

<img src="//maps.googleapis.com/maps/api/staticmap?center=168 Palmers Lane Pokolbin,POKOLBIN,NSW,2320,Australia&zoom=11&size=240x180&maptype=roadmap&sensor=false" /> 

回答

3

encodeURI -ed的網址src

<img src="//maps.googleapis.com/maps/api/staticmap?center=168%20Palmers%20Lane%20Pokolbin,POKOLBIN,NSW,2320,Australia&zoom=11&size=240x180&maptype=roadmap&sensor=false" />