I want to load the details based on the user location. When I query for the results it is always returning empty array. What to do? This is my query:
https://api.parse.com/1/classes/TSLocation?where{"location":"{\"nearSphere\":{\"__type\":\"GeoPoint\",\"latitude\":34.944251,\"longitude\":-111.753343}}","limit":10}
I have also added the headers along with the HttpRequest. Can you please guide if anybody knows