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
答案 0 :(得分:1)
检查提供的URL后,我发现您的实现中几乎没有Maps Javascript调用,如下所示:
<script src="//maps.google.com/maps/api/js?language=en-GB&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密钥类似于上面的第一个。