php-googleplaces icon indicating copy to clipboard operation
php-googleplaces copied to clipboard

types parameter is deprecated

Open lukasznetkoncept opened this issue 8 years ago • 1 comments

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.

lukasznetkoncept avatar Mar 23 '16 11:03 lukasznetkoncept

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

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

Cskelton77 avatar Feb 24 '17 22:02 Cskelton77