Hi guys,
I was giving a try to the Google Places Autocomplete API but I found a limitation due to the usage of the follow-redirect NPM package . The reason is that this package or module does not support dealing with JSON objects as the result of an API request, as it is the case of the Google Places Autocomplete API .
Are there any plans to support APIs retrieving JSON objects and not “just” string, Buffer or Uint8Array ?
Please, have a look at the included video for additional information
Best,
Germán.
@patrick - trying to find resources on Google Autocomplete, it looks like based on this - it does not currently work with Node via API - can you confirm?
This might also be what is causing me issues with my ElasticSearch API query?
1 Like
Teodor
September 10, 2020, 4:18pm
3
Google Places Autocomplete has been integrated in Wappler 3.3.0
About Google Places Autocomplete
The Place Autocomplete service is a web service that is used to provide autocomplete functionality for text-based geographic searches, by returning places such as businesses, addresses and points of interest as a user types.
NOTE: Make sure to check the Google Places Pricing before start using this service, as it is not free!
Using Places Autocomplete in a form
One of the most popular use cases is to add the Google Places Autocomplete field in a form, where t…