0

のマップを表示するページがあります。しかし、ブラウザのコンソールで次のエラーが表示されることがあります。あなたのエラーによるとGoogle Maps APIを使用して

Uncaught ReferenceError: google is not defined 
at render_map (_main.js:3) 
at HTMLDivElement.<anonymous> (_main.js:10) 
at Function.each (jquery.min.js:2) 
at n.fn.init.each (jquery.min.js:2) 
at HTMLDocument.<anonymous> (_main.js:10) 
at j (jquery.min.js:2) 
at Object.fireWith [as resolveWith] (jquery.min.js:2) 
at Function.ready (jquery.min.js:2) 
at HTMLDocument.K (jquery.min.js:2) 

Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys 

答えて

0

:APIは一切APIキーを持っていないロード

script要素を警告NoApiKeys。有効なAPIキーをキーパラメータとして含めるようにしてください。 Google APIコンソールで新しいAPIキーを生成できます。

エラーメッセージのリンクをご覧ください https://developers.google.com/maps/documentation/javascript/error-messages

関連する問題