Live data from Hacker News

Google Maps Platform

cloud.google.com

51–60 of 265 posts

Re: Google Maps Platform

#51

One thing I like about AWS is that all services have a pricing section. I am interested in the routing service ( https://cloud.google.com/maps-platform/routes/ ) but there is only a contact sales button, no public pricing info available.

https://cloud.google.com/maps-platform/pricing/sheet/ has pricing for routes.

Holy mother of god is that expensive.

Check out Mapbox for a nice alternative.

Re: Google Maps Platform

#53
post #37
post #14

Earlier quoted context omitted.

AWS seems to me to mostly be a way to configure and sell capacity on hardware. Amazon probably has a lot of fantastic data and software that isn't available outside the company.

AWS was one of the biggest profit centers for Amazon in several recent quarters. Why they don't monetize their GIS data yet is anyone's guess.

Why don't they try to personalize or target the ads on my Kindle? It would be nice to not see ads for books I've already purchased from Amazon. They inscrutably leave a lot of missed opportunities on the table.

Re: Google Maps Platform

#54
post #45

I find it very interesting that Google Maps has 1 billion Monthly Active Users compared to Facebook’s 2+ billion. Where is this huge difference coming from?

Probably from people that don't use maps all that often? Back before I lived in the bay area I rarely used maps simply because I didn't need them. The area was small enough that I just knew where everything was.

Re: Google Maps Platform

#55
post #45

I find it very interesting that Google Maps has 1 billion Monthly Active Users compared to Facebook’s 2+ billion. Where is this huge difference coming from?

I'd guess that a lot of kids don't use maps that often. Which doesn't account for all the difference.

Re: Google Maps Platform

#56
post #6

Not a native English speaker and also not that well versed when it comes to marketing talk, but what exactly does "$200 monthly free credit" mean? (from this page: https://cloud.google.com/maps-platform/user-guide/pricing-ch... ). Do you get a sort of voucher with which you'll be able to use Google Maps services worth $200 each month? Will Google automatically start billing you once you surpass that quota? I'm in the…

> your Maps API implementation will be degraded or other API requests will return an error

Is there a documentation somehere describing which requests will degrade and how?

Re: Google Maps Platform

#57
post #3

> Beginning on June 11, 2018, you’ll need to enable billing with a credit card and have a valid API key for all projects. This will give you the ability to scale easily with less downtime and fewer performance issues. In addition, we’re simplifying our 18 individual APIs into three products: Maps, Routes, and Places. > Also, in June 2016 we announced that we would stop supporting keyless usage, meaning any request th…

The only silver lining is that www.openstreetmap.org (OSM) will hopefully get more love.

Since google admits that 98% of current users will continue to incur 0 cost this is simply a blatant way of getting a real name associated with their user data.

Re: Google Maps Platform

#59
post #42
post #30

Earlier quoted context omitted.

Are all those loads needed? In other words, how often do people interact with them? (Figuring how often they look at them is even more effort.) This kind of changes usually are made to discourage inefficient use of the API, which could be delayed until specific events happen: scrolling, mouseover, timer, etc. I'm not saying that's necessarily your case.

I can probably lower the loads somewhat, but I use other maps services too (street view, etc.) and this $200 free credit seems like for all of the services combined monthly, so one does not get a $200 free credit for each service and costs will quickly add up.

Makes sense.

I see that the limit you mention is for dynamic maps. Somewhere else, they say "Requests for Dynamic Maps and Dynamic Street View (Street View Panoramas) will be billed at a higher rate than requests for Static Maps and Static Street View. Dynamic Maps and Street View images respond to user input; the Static versions do not."

I imagine that this is an incentive for developers to use static maps (which you could replace with dynamic ones when the user clicks or hovers on them). If you used static maps alone, that's 300K loads per month, or $480. You would deduct the $200 credit, for a $280 bill, but then pay full price for all the other services. I can see how that adds up quickly...

Re: Google Maps Platform

#60
post #49
post #24

> If you are currently using an API key, please read the email we sent you on May 1st, which provides a high-level estimate of whether your future bill will change. Did anyone actually get this mail? I am using a key and even got a receipt yesterday but did not get this mail about pricing changes (user from Germany). Edit: Wow. I am currently using Places Radarsearch for a side project which currently has a (generous…

The pricing/limit changes are very aggressive. It's hard to believe they don't affect 98% of current users according to them.

I suspect that's 98% of users in the literal sense, with a very long tail of them having very little traffic. It's not the same as 98% of user traffic, i.e. API requests. :-)
Post reply on HN