<script type="text/javascript"
src="http://maps.google.com/maps? file=api&v=2&sensor=false&key=mykey">
</script>
我确实用我在注册时输入的网址的Google地图密钥替换了mykey,但是当我访问我的网站时,仍然会向我显示一条警告,说该网站需要一个不同的Google地图API密钥,我不知道这个可能是其他原因,但我想不出来,任何人都可以帮助我,任何帮助将不胜感激!
答案 0 :(得分:1)
使用谷歌地图v3,您只需要一张地图v2的密钥:
How does the Google Maps APIs key system work?
Note: Google Maps API keys are only required when using the JavaScript Maps API V2 and the Maps API for Flash.
答案 1 :(得分:0)
你在哪里注册了你的钥匙? Maps API现在使用通过API控制台生成的密钥:https://code.google.com/apis/console,因此您可以转到那里并生成新密钥。