Google maps won't work on my website despite good API key

时间:2019-04-16 23:34:58

标签: google-maps joomla api-key

I had a website with google map, but few weeks ago google maps on my website stop working. I created google maps api key and entered it in my Joomla btgoogle maps module, but maps still won't work. What can be the problem?

URL Link: http://studiomob.rs/index.php/en/contact

1 个答案:

答案 0 :(得分:1)

检查提供的URL后,我发现您的实现中几乎没有Maps Javascript调用,如下所示:

<script src="//maps.google.com/maps/api/js?language=en-GB&amp;key=AIza...bLBZ8" type="text/javascript"></script>

<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>

要解决此问题,请删除所有Maps Javascript API调用,并仅包含一个包含您的API密钥的Maps Javascript,该API密钥类似于上面的第一个。