static const qUnsignedInt32 MAX_ACCURATE_ORDER = 5000;
The highest value order for which ranking calculations can be performed accurately.
If the ranking obtained with the RankingClient::GetRanking
function (when nearby ranking or individual ranking data is obtained) or the RankingClient::GetApproxOrder
function is smaller than this value, ranking calculations can be performed accurately in real time.
If the ranking obtained is larger than this maximum value, small calculation errors may occur because of when ranking data is retrieved.
CONFIDENTIAL