Live data from Hacker News

Amazon Location Service

aws.amazon.com

61–70 of 98 posts

Re: Amazon Location Service

#61
post #32

> You can choose between maps and map styles provided by Esri and by HERE Technologies, I wonder why not use the HERE or Esri APIs directly? Is this just a marketing gimmick so Amazon can complete their offering? https://developer.here.com/

If you're a big business and already have a contract to pay for AWS it can be easier than getting approval to enter a business relationship with a new company

Re: Amazon Location Service

#62

Honestly, I'm surprised that Amazon hasn't done this sooner. Google and to a lesser extent Apple both have a huge lead in this space. Amazon is one of the few companies that can afford the massive capital cost to create this kind of service. I am curious about the quality though. It seems like they're just reselling from 3rd party data providers. Hopefully, we see this forcing price cuts to Google's Maps API at some…

> to a lesser extent Apple both have a huge lead in this space

When Apple maps first came out, it was terrible. Now it's actually pretty solid - I've heard Apple is very actively contributing to try and really solidify their maps data, but I wonder if the personnel requirements make this an expensive proposition in the first place...

Re: Amazon Location Service

#63

Honestly, I'm surprised that Amazon hasn't done this sooner. Google and to a lesser extent Apple both have a huge lead in this space. Amazon is one of the few companies that can afford the massive capital cost to create this kind of service. I am curious about the quality though. It seems like they're just reselling from 3rd party data providers. Hopefully, we see this forcing price cuts to Google's Maps API at some…

Amazon acquired a mapping startup and built out a full 1st party maps product for the FirePhone launch. I'd assumed that was discarded along with the next-gen FirePhone - but it's possible bits and pieces of that effort ended up being integrated into this offering.

They also launched street view before Google (though Google was involved in some related Standford thing from earlier):

https://en.wikipedia.org/wiki/A9.com#BlockView

Re: Amazon Location Service

#64
post #3

Pricing here: https://aws.amazon.com/location/pricing/ Scroll down to see it. No idea why Amazon always hides their service pricing on completely different pages.

It's 4c/1k tile loads, vs $5/1k sessions for mapbox.

I don't have great handle on the number of tiles per map, but I wouldn't be surprised if my more complicated maps don't have o(100) tile loads per session.

On the other hand, a managed geoserver replacement would be worth a significant premium.

Re: Amazon Location Service

#65
post #58

10x cheaper than Google (at least for geolocation). That's unexpected. GCP is usually cheaper than AWS.

Don't think of Gmaps as a cloud service in the sense of GCP. It's a SAAS api that offers a unique service and the charge is for that service. It is pretty much the only option for what it does and can charge accordingly. This will cause Google to either lower prices or give more access for the same price (essentially lowering prices).

Re: Amazon Location Service

#67
Because I don't think a lot of people know about it, I'll mention pelias here. If you have 16 GB RAM and 600 GB of disk, you can have a free, open source, pre-populated geo database that covers the entire planet.

https://github.com/pelias/pelias

Pelias does geocoding (turns addresses, POIs, and administrative regions into coordinates), reverse geocoding (given coordinates, finds nearby POIs, addresses, neighborhood, city, county, state, country), full-text search, and autocompletion. You can also import CSV to use your own custom data.

I run it on an extra PC, where it powers about 20 twitter bots that turn lat/lon coordinates of aircraft into descriptions like "flying over Silver Lake, Los Angeles, 0.5 miles from Circus Liquor."

There are docker configs for the whole-planet DB as well as various countries or metro areas if you don't need the whole Earth. https://github.com/pelias/docker/tree/master/projects

Re: Amazon Location Service

#68
post #32

> You can choose between maps and map styles provided by Esri and by HERE Technologies, I wonder why not use the HERE or Esri APIs directly? Is this just a marketing gimmick so Amazon can complete their offering? https://developer.here.com/

I've used HERE maps for a couple of small projects (using leaflet.js plus HERE map tiles) and it works really well. The HERE developer experience is pretty sweet actually.

Re: Amazon Location Service

#69
post #41

Earlier quoted context omitted.

Because then Amazon can't track all your users. Imagine a delivery company uses Amazon's API for its in-truck apps or route planning. Amazon drinks your data, it drinks it up.

Do you have a source for this assertion? I assuming the privacy policy or terms of use would have this spelled out fairly clearly.

It's well known that companies respect their privacy policy and terms of use.

Re: Amazon Location Service

#70

Because I don't think a lot of people know about it, I'll mention pelias here. If you have 16 GB RAM and 600 GB of disk, you can have a free, open source, pre-populated geo database that covers the entire planet. https://github.com/pelias/pelias Pelias does geocoding (turns addresses, POIs, and administrative regions into coordinates), reverse geocoding (given coordinates, finds nearby POIs, addresses, neighborhood,…

Can it be run for a subset of locations on a subset of those memory requirements? For example, just North America?
Post reply on HN