types parameter is deprecated #13

Open
opened 2016-03-23 11:49:30 +00:00 by lukasznetkoncept · 1 comment
lukasznetkoncept commented 2016-03-23 11:49:30 +00:00 (Migrated from github.com)

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.

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 2017-02-24 22:49:55 +00:00 (Migrated from github.com)

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

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

Quick fix for this is to remove the 's' on line 157 in GooglePlaces.php `&& !isset($parameters['type']))`
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: joshtronic/php-googleplaces#13
No description provided.