• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

do i have to pay google for google maps auto compiler?

My doubt is only one: if I wanted to use google search suggestions (like those on google maps), do I have to pay, or is there a way is to implement it in java for free? thank you
 
I think the OP may be thinking about integrating it into an app of their own. Though I'd agree that it's likely to be free: Google want you to integrate their stuff because it lets them gather more data on people who use it.
 
sorry, maybe I did not express myself well, what I meant, is that when I implement the api place of google maps on my app on android studio (java), at the time of compilation, it gives me error, telling me that I have to activate billing on the my account to use the service.
for more info: https://developers.google.com/maps/gmp-get-started#create-project
Here's the pricing for the Google Maps Platform:
https://cloud.google.com/maps-platform/pricing

It looks like auto complete using the Maps API costs $2.83 per 1000 requests. You get $200 of free usage each month, so you could run something like 70,000 requests for free, assuming I did my math correctly.
 
Back
Top Bottom