-
-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Feature Request
Google will transition the Places API, Directions API, and Distance Matrix API to Legacy status.
Refer to Legacy products and features page for more information.
The expanded automatic volume discounts will not be available for the Legacy services.
They create a new Places API (New) instead of Places API, and Routes API instead of Directions and Distance Matrix APIs, which provide enhanced features, improved quality, and expanded automatic volume discount.
Should be move from this:
https://developers.google.com/maps/documentation/javascript/place-autocomplete
To this:
https://developers.google.com/maps/documentation/javascript/place-autocomplete-data
Any plan to analyze it and support it?
Describe the Feature
Support to new Places API, needs to be analyzed is the interface of use-places-autocomplete could remain the same.
Describe the Solution You'd Like
Move to it with a major version? If you agree to move to it, I could look into doing a first draft PR looking at the main changes.