Google Maps API showing blank map

前端 未结 7 627
再見小時候
再見小時候 2021-01-17 14:41

I\'m sure this is a basic problem but I\'ve hit my head against the wall too many times now, so hopefully someone will take pity on me!

I have the following example

7条回答
  •  遥遥无期
    2021-01-17 15:25

    I tried to set map's MapTypeId and it helped as Anurag proposed:

    map.setMapTypeId(google.maps.MapTypeId.TERRAIN);
    

提交回复
热议问题