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....
Originally posted by @Grizzlly in #105 (comment)