所以即時嘗試加載靜態谷歌地圖img,但只有圖像圖標顯示。這是一個給定的代碼和檢查,所以我無法找到什麼似乎是問題。谷歌靜態地圖只顯示img圖標
下面是結果:
並且在下面的代碼:
<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>
這是Google Maps API根據您的信息告訴您的:Google Maps API服務器拒絕了您的請求。提供的API密鑰無效。' –