开发者

Google Maps API bug?

I built a web app where I'm using the Google API. Yesterday it worked fine but today I can't see the map anymore, just a grey background. The geo coordinates are fine and all the markers are in good position but the ma开发者_如何学JAVAp isn't loading.

Is it something related to the API? Has anyone experienced this? Might be due to a cross-domain or policy issue?


just found that is may be due to the v= speficied

so you should use v=3.3

<script src="https://maps-api-ssl.google.com/maps/api/js?v=3.3&sensor=false"  type="text/javascript"></script>


Is valid remember:

  • You don't need set the api version.

  • If you use: https://maps.googleapis.com/maps/api/js you just adds the key as a parameter.

  • Resulting in: https://maps.googleapis.com/maps/api/js?key=YOUR_KEY"

Probably, the problem will be solved when you put a valid key.

How you register and get one key, you can see here: https://console.developers.google.com

I hope help you!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜