joshtronic / php-googleplaces

PHP Wrapper for the Google Places API
MIT License
84 stars 38 forks source link

types parameter is deprecated #13

Open lukasznetkoncept opened 8 years ago

lukasznetkoncept commented 8 years ago

From google : The types parameter is deprecated as of February 16, 2016, replaced by a new type parameter which only supports one type per search request.

Cskelton77 commented 7 years ago

Quick fix for this is to remove the 's' on line 157 in GooglePlaces.php

&& !isset($parameters['type']))