2017-09-27 56 views
-1

所以即時嘗試加載靜態谷歌地圖img,但只有圖像圖標顯示。這是一個給定的代碼和檢查,所以我無法找到什麼似乎是問題。谷歌靜態地圖只顯示img圖標

下面是結果:

enter image description here

並且在下面的代碼:

<html> 
<head> 
    <title>Google Map karta LTU</title> 
</head> 
<body> 
    <img src="https://maps.google.com/maps/api/staticmap?center=65.61835,22.140&zoom=14&size=512x512&maptype=roadmap&markers=color:blue%7Clabel:L%7C65.61835,22.140&key=AIzaSyC7p1EldP9HoI1ziysd2BZ9vvqSNNt35Dk" 
    alt="Google Map" 
    style="width:505px" /> 
</body> 
</html> 
+0

這是Google Maps API根據您的信息告訴您的:Google Maps API服務器拒絕了您的請求。提供的API密鑰無效。' –

回答

0

如果訪問該網站,你可以看到,這個問題被寫有:

Google Maps API服務器拒絕了您的請求。此API項目無權使用此API。請確保此API已在Google Developers Console中激活:https://console.developers.google.com/apis/api/static_maps_backend?project=_

激活您的API並提供顯示靜態圖像所必需的密鑰。

+0

那是因爲你不能使用我的API @ the4kman 看看img我鏈接的 –

+0

當你在'iframe'中顯示鏈接的內容時,你會得到什麼? – the4kman

+0

我只收到一個空白的iframe –