Google Maps V3, Map won't display when wrapped in a second div

前端 未结 2 1524
孤独总比滥情好
孤独总比滥情好 2020-12-21 19:54

I am a newbie to Google Maps. I have started with their \"Hello World\" code, which has the following:


2条回答
  •  庸人自扰
    2020-12-21 20:11

    Apply width and height to div:

    Inner div's ( id="map_canvas" div ) sizes are set by percents. This means inner div will be fit to its parent sizes.

提交回复
热议问题