I am using the library to collect pois in a certain city. I noticed that there is a rank field that gives an information about the popularity of the city. But I can't find a way in the documentation to sort the results based on the rank, which makes the rank property somewhat useless. Because collecting all the points of interest and then sort them in the client side is not practical and costy in terms of ressources.
Description
I am using the library to collect pois in a certain city. I noticed that there is a rank field that gives an information about the popularity of the city. But I can't find a way in the documentation to sort the results based on the rank, which makes the rank property somewhat useless. Because collecting all the points of interest and then sort them in the client side is not practical and costy in terms of ressources.
Steps to Reproduce