"Sudden change of policy by Google, which is directed specifically at startups (as smaller web sites should largely remain below even the new lower thresholds), is surely an unpleasant surprise for us and does not create much trust in Google as a vendor. In the future we would therefore keep our distance from Google Cloud and avoid deep integration with any Google services on which it can pull a similar trick. For ex…
Farewell, Google Maps
41–50 of 545 posts
Re: Farewell, Google Maps
#42"Sudden change of policy by Google, which is directed specifically at startups (as smaller web sites should largely remain below even the new lower thresholds), is surely an unpleasant surprise for us and does not create much trust in Google as a vendor. In the future we would therefore keep our distance from Google Cloud and avoid deep integration with any Google services on which it can pull a similar trick. For ex…
While I've experienced the frustration of having a formerly free service develop paid tiers (and policies that put me in those tiers), of all the changes a software service can make, this is the one that frustrates me the least, or at any rate less than: * shutting down the service entirely because the user base never grew into customers who actually valued the service * changing your terms of service to forbid an ac…
Re: Farewell, Google Maps
#43> Importantly, prices are the same from US to the Africa, despite the fact that revenue generation is vastly different in most developed countries compared to the others. This can be understood in two ways: 1. Cost of serving is the same from US to Africa (datacenters, network bandwidth, engineering etc), so prices are same 2. If #1 results in less adoption from developing countries, it is okay because they are not t…
Just like travel agents or passengers find ways to take cheaper flights from countries or city pairs that airlines price differently to help capture more market, even though it doesn't cost them very different to provide the service.
Re: Farewell, Google Maps
#44Re: Farewell, Google Maps
#45I'm seeing my own costs, for a site which I run on my own, rise from $1,500 / month to around $30,000 / month.
Their rationale is essentially that they did not want commercial users abusing their free tier. Before this change, they had been reaching out to such entities individually, offering their 'premium plan' service.
The pricing for the (old) premium plan was remarkably similar to the new pricing which now applies to everyone.
This pricing change has ended the era of Google Maps mashups / hobby projects.
Re: Farewell, Google Maps
#46There's a small Polish startup that helps people find nearest pharmacies with given drugs. They did pretty nice analysis and found out their whole infrastructure costs $1300 a month and they would have to pay additional $5000 for Google Maps alone (right now GM costs them nothing). Looks like GM will be ~10x more expensive to them than Mapbox or MapTiler, here's the original article (in Polish) translated by Google (…
How much of that $1300 is based on getting some freebies or low pices by staying below some usage threshold? Will they come upon additional costs on other services as they scale up?
Re: Farewell, Google Maps
#47There's a small Polish startup that helps people find nearest pharmacies with given drugs. They did pretty nice analysis and found out their whole infrastructure costs $1300 a month and they would have to pay additional $5000 for Google Maps alone (right now GM costs them nothing). Looks like GM will be ~10x more expensive to them than Mapbox or MapTiler, here's the original article (in Polish) translated by Google (…
Re: Farewell, Google Maps
#48Not to mention when I called to ask about Enterprise pricing years ago, it was $7,500/yr. 9 months later it became $25,000/yr.
I have no trust in neither Google Maps nor Mapbox.
Re: Farewell, Google Maps
#49It's not hard to produce your own tiles from OpenStreetMap data and serve them from your own server using something as Leaflet. If you only need to show maps, and if OSM data is good enough in your part of the world (a big if), this is the way to go. What is very hard is coming up for a replacement of either geocoding/reverse geocoding, or routing; many solutions exist but most don't really work or are quite difficul…