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
Regarding this, the API also offers restrictions on the map bounds, so you can limit the map to a certain country for example. This is documented here.
I think this is might be quite easy to implement as it only requires changes in the window.initGoogleMaps function, specifically the map initializer.
It would be nice if the InnerElementReference would actually contain the map object so we can work with it....