GoogleMaps does not load on page load

后端 未结 6 1864
一个人的身影
一个人的身影 2020-11-29 09:21

I can\'t get my map running using the GoogleMaps API V3. The map does not load. I would expect the map to appear in the div with the id gisMap but in the Chrome

6条回答
  •  粉色の甜心
    2020-11-29 10:02

    I had the same issue. Solved it by moving:

     
    

    after:

        // Google Map
        function initMap() {
            GoogleMap.initGoogleMap();
        }       
    

    Hope it will be of any assistance for someone...

提交回复
热议问题