SachinAgarwal1337 / google-places-api

This is a PHP wrapper for Google Places API Web Service. And is Laravel Framework friendly.
MIT License
183 stars 44 forks source link

New Google Places API URL and method migration #76

Open ghost opened 9 months ago

ghost commented 9 months ago

Are there plan to update the BASE_URL from public const BASE_URL = 'https://maps.googleapis.com/maps/api/place/'; to the new Google Places API base URL: https://places.googleapis.com/v1/places:searchText (Migrate to Text Search (New))?

SachinAgarwal1337 commented 9 months ago

@lorenzo-rditaly Definitely. Might take sometime based on my schedule. But Definitely will be updating it.