Live data from Hacker News

Google maps usage fees

blog.programmableweb.com

41–49 of 49 posts

Re: Google maps usage fees

#41

Anyone worried by this should check out http://www.mapstraction.com Javascript mapping abstraction library that lets you write code once and then switch between different mapping providers.

(full disclosure; have patches in many mapping frameworks, and a surplus of opinions)

You're probably better off just using a straight-up real maps API, like the MapQuest open tile API [1], and an open-source framework directly. And for this, use Leaflet or Modest Maps javascript. Not OpenLayers unless you really, really need OpenLayers.

[1]: http://developer.mapquest.com/web/products/open/map

Re: Google maps usage fees

#42
MapBox (http://mapbox.com/) hosts tiles (http://tiles.mapbox.com/) that you can use with much less restrictions, and download full tilesets if you want to really hammer a server. There's also a tool (TileMill) for designing maps from scratch or with OpenStreetMap data. It's a self-plug (I work there), but pretty relevant today.

Re: Google maps usage fees

#43

Aren't the limits IP based? This page on Google's 'Geocoding Strategies' seems to say so: http://code.google.com/apis/maps/articles/geocodestrat.html#... So as long as your call to the Maps API goes out client side, aren't you ok?

They can and presumably do look at the referer header on the requests for .js files and map tiles.

So you think that the Geocoding API will work via IP limits as described in the link I provided, but regular Maps API calls will be subject to domain limits?

Re: Google maps usage fees

#44
post #39

Earlier quoted context omitted.

They are talking about client-side APIs, but the limits are not per client IP address. They can look at the referer header to see what site embedded the map.

Not if your pages are https.

Google blocks you from seeing referred search terms and you flip it around so they can't see what server the requests on their API are coming from. Seems kind of fair, right?

Re: Google maps usage fees

#45

Earlier quoted context omitted.

I work on google maps. You can fix the geocode of your address from google maps itself. If the problem in your town is more systemic than "maps can't locate my road" or "maps misplaces my address on the road", please send me an email with some details and I'll investigate (but I don't work all that close to the geocoding portion of the service), rrenaud@google.com.

My main complaint about Google Maps is how it always assumes I'm in America. I live in Tokyo. My default location is Tokyo. I search for "Ginza". I get a sushi restaurant in Alabama.

Solution:

search for "Ginza in Tokyo, Japan".

Re: Google maps usage fees

#46

Earlier quoted context omitted.

I work on google maps. You can fix the geocode of your address from google maps itself. If the problem in your town is more systemic than "maps can't locate my road" or "maps misplaces my address on the road", please send me an email with some details and I'll investigate (but I don't work all that close to the geocoding portion of the service), rrenaud@google.com.

My main complaint about Google Maps is how it always assumes I'm in America. I live in Tokyo. My default location is Tokyo. I search for "Ginza". I get a sushi restaurant in Alabama.

If you're logged in there should be a "Set default location" or "Change default location" link on the left side, just bellow "Get directions" and "My places".

Re: Google maps usage fees

#47
post #15

Earlier quoted context omitted.

As the person behind PadMapper ( http://www.padmapper.com ), this isn't the best news I've gotten this week. What's yours?

tyvm for padmapper! fwiw i would definitely pay for your service, especially the bookmarks/favorites feature. it rules.

You're welcome! And, I'll keep that in mind :-) I'm almost certainly going to leave the favorites and everything else there free, though. I'll come up with something.

Re: Google maps usage fees

#48
I wonder if any Google reps are reading this? I highly believe that this forum represents the general feelings held by most developers using Google maps.

Google appears to be forgetting that their success has more to do with their name at this point than their products. Not to knock Google Plus, but, had it not had the name Google in front of it, it would have been just an afterthought that would have received a half-pager from Alexia on TechCrunch. Making Google Maps free is what led to Google Maps being ubiquitous and that eventually led to Google Maps becoming the defacto map provider in the same way that Google Search is the defacto search provider. Now, even my mom tells me to "Use Goooogle Map". This type of tactic keeps Google on the tip of everyone's tongue ... even the tongue of my computer-illiterate mother.

Although I avoid being an alarmist, this recent change will lead to developers shying away from Google Maps in their own sites and/or switching away from it if they've already used it. This will in-turn expose end-users to other experiences and will gradually reduce people's association of Google to all that is "finding stuff using the internet".

So, yes, what I am implying is that Google should run Google Maps at a loss for the simple sake of maintaining their brand's presence in the online world. Some may say that this is bad business since it involves losing money, BUT, I say it's quite the opposite. Having my own mother be aware of Google Maps without ever having used it herself is testament to the success of the brand.

- One less Google Maps developer

Re: Google maps usage fees

#49
post #4
post #3

Is this for public facing sites? I remember there used to be an annual fee of $8 000 plus a pageview hit if you had an intranet app. We ended up using OSM because of it.

Private/internal-only sites still require a Premiere licence ("starting at just $10,000 per year").

Apparently that scales linearly - $10k per million pageviews in a given year. 10 million pageviews in 2012? $100k that year.
Post reply on HN