egeloen / ivory-google-map

Google Map API v3 integration for PHP 5.6+.
MIT License
325 stars 185 forks source link

[QUESTION] Details response and display more than 20 response after request #299

Open JohanJF opened 2 years ago

JohanJF commented 2 years ago

Hello,

I use your very good ivory google map bundle for my student project.

1) I would know if we could have details response in a place using directly a TextPlaceSearchRequest request and without make every time an other PlaceDetailService request because I cant get informations like formatted Phone number or website of a place.

ResponseInformations

2) Can we have more than 20 response when we use TextPlaceSearchRequest request ? I've seen a function NextPageToken but it difficult to me to implement it. Can I have more information about this please ?

placeResponse

Thank you

bresam commented 8 months ago

Hey @JohanJF, this repo isn't maintained since years.

Have a look at https://packagist.org/packages/ivory/google-map , it's up to date.

Related to your request, in fact you need to use pagination for the results.