how to deal with google map inside of a hidden div (Updated picture)

I was having the same problem and discovered that when show the div, call google.maps.event.trigger(map, 'resize'); and it appears to resolve the issue for me.

Leave a Comment