Hi i developp an application and I would want to ask a question plz
In my data cloud Parse , i have class ” restaurants ” i have three columns : ” name ” type string ; “imageFile” type file ; "description ” type array and "Location" type GeoPoint.
I would want to know which method to use to get back current GeoPoint of the user? Then I would want to know how to compare GeoPoint of users and those of the restaurants to post(show) finally in TableView restaurants the closest to the user in kilometers.