Google places API returning only 5 results

前端 未结 2 1418
不思量自难忘°
不思量自难忘° 2020-12-29 22:00

I am using Google places API, It returns only top 5 search results. Is there any way to increase the count.

e.g. URL

I have searched for keyword \"new\"

2条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-29 22:42

    From the documentation:

    A JSON response contains two root elements:

    "status" contains metadata on the request. See Status Codes below.

    "predictions" contains an array of places, with information about the place. The Places API returns up to 5 results.

    Source: https://developers.google.com/places/web-service/autocomplete#place_autocomplete_responses

提交回复
热议问题