i dont get it, can you explain this to me? i want a current user’s posts to be tagged with their current location, so that in the future i can have users search for posts that were made nearby. how would i do this? right now when a user hits “post”, a post is created with the fields “message” and “location” with location=current user’s location. is this the right way? would i just have a repeating group search for posts with that location? i want it to be a radius though. so if the user is in new york city, posts from nearby (brooklyn, queens, new jersey, etc) can be shown. is this even possible?
i like how instagram and snapchat show certain posts near a user.