0
Good night
Anyone who knows the Tinder app knows that a map is not shown, but knows that it takes the user’s location and uses it to look for people who are close in a certain radius. I would like to do the same thing on my Android app, I searched for old posts on Stackoverflow and the internet about it but found no answers.
EDIT
In Google Maps Android API or Google Maps documentation there is some native feature as there is in Google Maps API for Javascript or the developer will have to perform a select and calculation for the solution?
Thank you in advance.
on Tinder fnciona thus, it takes its location and keeps calling a service sending its location, and on the server it looks for the points (people) next to its location and shows you, all this work is on the server. okay? :)
– FlipNovid
That, but wanted a code as an example from the Google Maps Android API. Thank you for the comment.
– Giancarlo Abel Giulian
in Tinder I believe that not his uses the map, he finds the points close by a calculation and a select in the same bank.
– FlipNovid
The goal of the OS is to ask questions and also to propose concrete solutions. In case what you have to show us, have you tried to do something? As your question is, it may seem that you want the code ready.
– Tulio F.
I tried looking for examples on the Internet, but nothing concrete. I will edit the question on the basis of the documentation, if there is any feature in the API itself that deals with this issue. Thank you.
– Giancarlo Abel Giulian