google map api no display laravel 5.4

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了google map api no display laravel 5.4相关的知识,希望对你有一定的参考价值。

为什么我的谷歌地图没有显示任何内容?我尝试了其他技术,但它仍然不会出现?

api密钥已经应用了。

var map = new google.maps.Map(document.getElementById('map-canvas'),{
            center:{
                lat:10.2969,
                lng:123.8887
            },
            zoom:15
        });

这是html文件

<div class="col-md-6">
    <div class="form-group">
        <label class="control-label">Address:</label>      
        <input type="text" name="address" id="searchmap" autocomplete="off">
    </div>
    <div class="form-group">
        <label class="control-label">lat:</label>      
        <input type="text" name="lat" id="lat" autocomplete="off">
    </div>
    <div class="form-group">
        <label class="control-label">lng:</label>      
        <input type="text" name="lng" id="lng" autocomplete="off">
    </div>
    <div class="form-group">
        <div id="map-canvas">
        </div>
    </div>

</div>
答案
  1. javascript中调用之前,请确保正确包含谷歌地图JS。
  2. 谷歌地图在那里,但它不可见,请添加高度和宽度: qazxsw poi

以上是关于google map api no display laravel 5.4的主要内容,如果未能解决你的问题,请参考以下文章

带有多个信息窗口的Google地图

初识SFDC创建一个google map(添加了marker小图标)

初识SFDC创建一个google map(添加了marker小图标上的小框框InfoWindow)

打开eclipse后应该怎样安装 Google map API ?在Android sDK Manager列表中没有找到Google map API 这应该

Google Maps Place API 和 Google Maps Time Zone API 之间的区别

google map api V3 如何对marker进行操作。