English 中文(简体)
what POIs (Point of Interests) DB can I use for a commercial app
原标题:

I need a POI database for a startup project I am working on - it will be a free basic version and a premium paid for version in the sense that user will pay a monthly subscription.

I would like to use foursquare type checkin to places and plancast type functionality to search for places (one-line search). Ie I need to:

  • perform a search for POIs around a location
  • associate users to that POI, with a time stamp
  • allow users to add own POIs
  • provide free-text search for POIs (a la google one-line search)

Google API allows great search, but I understand there are limits in number of requests that can be done? This would prevent scaling, and may result in application breaking when too many users. Also what does google T&C say about using this in a paid for service?

Openstreetmap I understand does not have these contstraints, but do they also provide a good one-line search type API? Or how could I solve this?

问题回答

have a look at http://eventful.com/ or http://qype.com - they both have APIs you can call to get find out whats happening near you. You can convert these events into POIs in your application. The APIs are free to use (your app just need to credit Eventful or Qype).

Take a look at the API at http://compass.webservius.com - may not have everything you need, but has very rich data on 16+ million business locations in the USA.





相关问题
Using Dell GPS in FireFox 3.5, not Google/Skyhookwireless

I want to make sure FireFox is using my local GPS on my machine (Dell Mini-10) for Location Aware browsing, not Google wi-fi triangulation services. How would one make sure FireFox is using the GPS?...

Location based information

I would like to show information on my website based on user s geography. In my current design would not want the user to enter their location/zip code. Using IP I can find user s location but how ...

Ruby Geolocation Gem/Plugins [closed]

What are the available (best) ruby IP-based geolocation gem/plugins? How do they compare to one another in terms of functionality, performance and ease of use (e.g. do they interact with a web ...

热门标签