Open ghost opened 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))?
public const BASE_URL = 'https://maps.googleapis.com/maps/api/place/';
https://places.googleapis.com/v1/places:searchText
@lorenzo-rditaly Definitely. Might take sometime based on my schedule. But Definitely will be updating it.
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))?