Hi,
what should the query look like to get geopoints from the entire world?
Thank you:)
Hi,
what should the query look like to get geopoints from the entire world?
Thank you:)
good god, I just figured out the answer
It never hurts to ask:
let query = BackendlessGeoQuery(categories: [“photos”])
instead of:
let query = BackendlessGeoQuery(rect: rect.nordWest, southEast: rect.southEast, categories: [“photos”])
hope it will help somebody