Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google map comes partially, grey area comes instead of images from google server

Sometimes google map comes partially with other area getting grayed out. There is one catch, if we start Firebug, images do come in that gray area. Dont know why this is happening. Anybody ever experienced this and found solution, Please share.

like image 416
Vishwanath Avatar asked Oct 01 '10 11:10

Vishwanath


1 Answers

UPDATE 27/02/2020
There is no longer any need to trigger the resize event manually.

If you are using v3 try

google.maps.event.trigger(map, "resize"); 

Also take a look at here

like image 84
Argiropoulos Stavros Avatar answered Sep 30 '22 03:09

Argiropoulos Stavros