Geolocation query - is it possible to query the entire world and not just a small portion?

Hi,

what should the query look like to get geopoints from the entire world?

Thank you:)

good god, I just figured out the answer :smiley:

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