开发者

How to view the existing comments posted by user in map

开发者 https://www.devze.com 2023-02-23 04:47 出处:网络
I am creating a map applic开发者_StackOverflowation which is actually like a travelling guide that allows the users to get the directions, and the current location and the user can post a comment at a

I am creating a map applic开发者_StackOverflowation which is actually like a travelling guide that allows the users to get the directions, and the current location and the user can post a comment at a particular location and take or upload a picture at a particular location and save it to the map.

And it has feature that the user can review the comments posted by other user nearby to his current location. How can I do that?


I think you need a backend server, and implement your own web service or rest api for store location, picture, and review. You can choose GAE, EC2, etc.

Or, a more convenient choice, backend service for app. Like Parse, Kinvey, Cocoafish. Take a look at this link: Cocoafish's Create Review Api Document

You can call this api, let user post comment at particular photo or place.Then call their photo or place api to show what user want.

0

精彩评论

暂无评论...
验证码 换一张
取 消