If I understood it well, to implement a google map, you need an API key/code from Google and using one is not for free.
Does anyone know how to calculate the price for each showing of a google maps using this API code? If I can make an estimation of the costs I can decide whether this is interesting or not, since I want to use many of them for a guide
Costs Google Maps API key
- wwonderfull
-
- Posts: 1584
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Costs Google Maps API key
the pricing for each API is calculated based on usage. The pay-as-you-go pricing model is used where you pay only for what you use. There are no commitments, termination fees, or usage limits. The first $200 usage every month is free of charge.Jorus wrote: Tue Aug 29, 2023 4:29 pm If I understood it well, to implement a google map, you need an API key/code from Google and using one is not for free.
Does anyone know how to calculate the price for each showing of a google maps using this API code? If I can make an estimation of the costs I can decide whether this is interesting or not, since I want to use many of them for a guide
You can learn more about the pricing and volume discounts available on the Google Maps Platform pricing page
https://mapsplatform.google.com/pricing/
Note:
Also there is an alternative to google maps which is leafletjs. WWB has the extension viewtopic.php?t=96453
Re: Costs Google Maps API key
Thanks really helpful information : )