Google place rank by distance
问题 What's wrong with this request? I cannot come up with this issue. https://maps.googleapis.com/maps/api/place/nearbysearch/json?rankby=distance&location=49.4456945,10.1120762&language=IT&sensor=true&key=my-api-key If I delete the rankby parameter and add radius, it works. PS: instead of my-api-key there is a valid api key, declared in the console. 回答1: As the documentation states under 'Optional parameters > rankby > distance', "One or more of keyword, name, or types is required." Add one or