-2
A
回答
1
創建一個空白的php文件並將其保存在xampp的htdocs中。
粘貼下面的代碼:
<!DOCTYPE html>
<html>
<head>
<title>Simple Map</title>
<meta name="viewport" content="initial-scale=1.0">
<meta charset="utf-8">
<style>
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
height: 100%;
}
/* Optional: Makes the sample page fill the window. */
html, body {
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="map"></div>
<script>
var map;
function initMap() {
map = new google.maps.Map(document.getElementById('map'), {
center: {lat: -34.397, lng: 150.644},
zoom: 8
});
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=**YOUR_API_KEY**&callback=initMap"
async defer></script>
</body>
</html>
換上API密鑰,您可以從谷歌地圖網站得到「上面你的API密鑰」。
你準備好了。
相關問題
- 1. Google地球或Google地圖?
- 2. Google地圖Javascript API:沒有Google地圖的地圖信息
- 3. 的Google地圖
- 4. Google地圖和
- 5. Google地圖startActivityForResult
- 6. Openlayers4 - Google地圖
- 7. 在Google地圖
- 8. jQuery Google地圖
- 9. Google地圖:REQUEST_DENIED
- 10. Google地圖INSTALL_FAILED_MISSING_SHARED_LIBRARY
- 11. Google地圖GMSCircle
- 12. Google的Google地圖轉換
- 13. Android Studio,Google Firebase,Google地圖
- 14. xampp ubuntu配置上傳地圖
- 15. 地圖Google地圖地理編碼器
- 16. Google地圖v2熱圖地圖人口
- 17. Google地圖和地址
- 18. Google地圖 - 刪除地址
- 19. XML到Google地圖標記
- 20. 全屏Google地圖
- 21. 彈出Google地圖
- 22. Google地圖:限制
- 23. Google地圖活動
- 24. Google地圖建議
- 25. Google地圖REST API
- 26. 調用Google地圖
- 27. Google地圖版本
- 28. Google地圖JAVA Swing
- 29. Android Google地圖API
- 30. 刷新Google地圖