initMap 不是函數” (Google Maps API Error - CoderBridge

文章推薦指數: 80 %
投票人數:10人

問題描述Google Maps API 錯誤:“initMap 不是函數” (Google Maps API Error: "initMap is not a function") 我收到Google Maps API 錯誤:initMap 不是函數。

GoogleMapsAPI錯誤:“initMap不是函數”(GoogleMapsAPIError:"initMapisnotafunction")問題討論GoogleMapsAPI錯誤:“initMap不是函數”(GoogleMapsAPIError:"initMapisnotafunction")問題描述GoogleMapsAPI錯誤:“initMap不是函數”(GoogleMapsAPIError:"initMapisnotafunction")我收到GoogleMapsAPI錯誤:initMap不是函數。

奇怪的是,我的地圖在我的本地測試中運行良好,然後我將它上傳到我的網站並得到了錯誤。

現在它也不能在我的本地機器上運行。

發生了什麼?HTML 參考解法方法1:Trytogiveasync=""attributeaswelllikethis.itworks:functionmyMap(){ varmyCenter=newgoogle.maps.LatLng(40.488158,‑85.615340); varmapCanvas=document.getElementById("map"); varmapOptions={ center:myCenter, zoom:18 }; varmap=newgoogle.maps.Map(mapCanvas,mapOptions); varmarker=newgoogle.maps.Marker({ position:myCenter, icon:'img/smally.png', animation:google.maps.Animation.BOUNCE }); marker.setMap(map); } (byMelmsie、RizkiDPrast)參考文件GoogleMapsAPIError:"initMapisnotafunction"(CCBY‑SA2.5/3.0/4.0)#javascript#twitter-bootstrap#html#google-maps相關問題如何檢測網頁中使用了哪種定義的字體?(Howtodetectwhichoneofthedefinedfontwasusedinawebpage?)ASP.Net自定義客戶端驗證(ASP.NetCustomClient-SideValidation)三引號?如何在ASP.NET中定界數據綁定Javascript字符串參數?(TripleQuotes?HowdoIdelimitadataboundJavascriptstringparameterinASP.NET?)如何使瀏覽器查看CSS和Javascript更改?(HowcanImakethebrowserseeCSSandJavascriptchanges?)如何在JavaScript中使用CSS屬性設置HTML元素的背景色(HowtosetbackgroundcolorofHTMLelementusingcsspropertiesinJavaScript)捕獲文本框中的TAB鍵(CapturingTABkeyintextbox)JavaScript中的MAC地址(MACaddressesinJavaScript)InternetExplorer中的JavaScript故障排除工具(JavaScriptTroubleshootingToolsinInternetExplorer)從JavaScript調用ASP.NET函數?(CallASP.NETfunctionfromJavaScript?)如何在Firefox擴展程序中將HTML字符串轉換為DOM對象?(HowcanIturnastringofHTMLintoaDOMobjectinaFirefoxextension?)Firefox3小書籤中的HttpAuth(HttpAuthinaFirefox3bookmarklet)如何在下拉“選項”之間向下或向上鍵盤輸入?(Howtokeyboarddownorupbetweendropdown"options"?)留言討論提交送出編輯提交送出編輯提交送出回覆提交送出歡迎回家×使用Github帳號登入使用Google帳號登入取消免費加入CoderBridge×使用Github帳號註冊使用Google帳號註冊取消



請為這篇文章評分?