I have two related questions. First, if multiple results are returned by PlaceFinder, are these sorted from highest precision to lowest? Second, if I specify count=1 in my query, will I only get the highest precision result?
Thank you.
Hi,
I work on application that uses
Place Finder and analyzed results a little. What I found is that
Quality is not the highest
quality from all results.Sometimes there are 2
Results with qualities 40 and 20 and
Quality is 20. What to say when
Quality is 59 and for 2
Results qualities are both 40.Further, I can tell nothing about sorting because sometimes there are 20->40, and other 40->20. Also, if
count=1 you can not be sure that you will be served the highest precision result.
I don't understand what this
Quality really mean. Definition said that it is
best possible quality of the address specified by the input parameter., and they also said
If the result quality is less than the best possible Quality, then the accuracy of the result is less than requested, but I received
ResultSet where
Quality is less then
quality, which is contradiction.