我正在使用google place api,我可以按类型执行rankby。但是当我包含半径而不是没有得到结果
https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=19.0176147,72.8561644&rankby=distance&type=hotel Centre&key = API密钥
是否可以在Google Place API中包含带有type和rankby选项的半径
https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=19.0176147,72.8561644&rankby = distance&radius = 50000&keyword = School&sensor = true&key = API KEY