We are developing application for iOS. That allow nature lovers to post recommendations for locations.
If location/place does not exist then add to Places API and add recommendation.
Any suggestions? Which Places API we should use?
Thanks, Adil
|
We are developing application for iOS. That allow nature lovers to post recommendations for locations. If location/place does not exist then add to Places API and add recommendation. Any suggestions? Which Places API we should use? Thanks, Adil |
|||
|
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
I think that if you want the largest places API you should connect it to Facebook or Google places. Google places has a limit for searching places but if you don't expect too many users you should be okay. As for adding new places, this too is allowed by the Google places API by making a place report. If you want to get into the realm of reviews and other things you should probably go for your own database where users can post to. Because this is not possible with any of the API's Good luck! |
|||
|
|
|
The Google Places API supports User Place Reports for adding places. It also supports the returning of review data from a Place Details request. However does not support adding reviews, you would have to store Users Added reviews/recommendations locally. If you think being adding reviews would be a good feature you can file a Place API - Feature Request. Another feature you might find useful would be Place Bumps, this allows users to bump the rank of places so that they rank higher in subsequent Places Search requests. The Google Places API is initially limited to 1000 queries per day and 100,000 queries per day if you enable billing on your project for verification. You can then also apply for a additional quota by following the instructions on the uplift page of the documentation. |
|||
|
|
|
I think you should give Foursquare's Venues Platform a closer look for the following reasons.
So, I think you should take a look at the Foursquare developer docs and see if it would work for you. An added bonus is that Facebook now accepts Foursquare venue IDs instead of their own, so you will even be able to keep Facebook integration if you want to integrate with their platform. |
|||
|
|