You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,20 @@ Lazy Loading of Google Maps Javascript
76
76
map-lazy-load-params="{{googleMapsUrl}}">
77
77
<ng-map center="41,-87" zoom="3"></ng-map>
78
78
</div>
79
+
80
+
FAQ
81
+
----
82
+
## Grey area in Google maps
83
+
84
+
The usual reason why this is happening is that the size of the map is changed after the map has been initialized. If you for some reason change the size of the div, you need to trigger the "resize" event and possible reCenter the map.
0 commit comments