Reputation: 721
I'm using gmaps4rails on my project. This gem works amazing but i have a question and could not find the answer on github wiki.
The problem is everytime that the page is loaded, the gem send request to the google maps javascript api. There is any way to download this js files and config the gem to use this and not downloaded every request ?
Thanks a lot.
Upvotes: 2
Views: 197
Reputation: 5112
No, to use the Google Maps API, you must load the bootstrap from Google servers.
Upvotes: 4