Google Maps API in gmaps4rails

Why shouldn't I provide my own gmaps-api key in gmaps4rails ?

+4
source share
1 answer

You donโ€™t really need an API key because it uses the Javascript Google Maps V3 API .

Only Google maps Javascript V2 requires an api-key, and now it is deprecated.

+10
source

Source: https://habr.com/ru/post/1340328/


All Articles