How do you configure a field to suggest google places addresses for selection. I am building in a customer form and have managed to setup an API query to retrieve google places api data. I however would like this to auto complete in a text field or at least display address options. Thanks!
It looks like Places actually has a useful autocomplete API that might be useful here! (docs)
How would you like for the suggestions to be displayed? The attached example uses a listview to demonstrate what might be possible but there may be other ways to configure it. places_autocomplete (2).json