Save Google Places NearbySearch results to a Collection
Following this thread,
https://getsatisfaction.com/apperyio/...
I want to create a function for the Clicked marker that says VISIT. Then whenever a user clicks on the VISIT, the number of visit for that establishment will be up by 1. Same goes for other user of the app because I have login so i have multiple users.
Then the MAP MARKER for the establishment will change based on the number of visits.
So I am thinking of creating a new COLLECTION where all the VISITed establishments will be stored there with the number of visits. Then on the NearbySearch query, the Search function will also search on the collection. is this possible?
Does anyone have any idea if this is possible?