Is there any parameter to find the nearest city by its size? For example, I'd like to find the nearest town with 50,000 population not the small village?
A service that filters the towns on the server side is not yet available. To a certain degree you could get a list of n towns and filter out the largest yourself. (this will only work for a limited radius)