google-maps icon indicating copy to clipboard operation
google-maps copied to clipboard

Ability to get more than 5 reviews

Open Donneh opened this issue 2 years ago • 0 comments

Hey,

I'm fetching place details with the following code in laravel 8.

$response =  GoogleMapsFacade::load('placedetails')->setParam([
    'place_id' => 'my_place_id'
])->get();

This only seems to return 5 reviews, while the place has many more.

Is it possible to get all reviews of a given place?

Donneh avatar Feb 06 '22 16:02 Donneh