Hello,
Great job for this bundle, I just had an error in the file /src/Service/CurlConnector.php with this link : https://maps.googleapis.com/maps/api/place/details/json?cid=%s&key=%s
I replaced cid by place_id : https://maps.googleapis.com/maps/api/place/details/json?place_id=%s&key=%s
Now it works fine.
You can also add the possibility on chose the order : reviews_sort=newest or most_relevant (by default) in your yaml conf file : https://maps.googleapis.com/maps/api/place/details/json?place_id=%s&key=%s&reviews_sort=newest in my case
Hello,
Great job for this bundle, I just had an error in the file /src/Service/CurlConnector.php with this link : https://maps.googleapis.com/maps/api/place/details/json?cid=%s&key=%s
I replaced cid by place_id : https://maps.googleapis.com/maps/api/place/details/json?place_id=%s&key=%s
Now it works fine.
You can also add the possibility on chose the order : reviews_sort=newest or most_relevant (by default) in your yaml conf file : https://maps.googleapis.com/maps/api/place/details/json?place_id=%s&key=%s&reviews_sort=newest in my case