I need to render the results of google.maps.places.Autocomplete
in a custom way, instead of the default drop down menu.
Is there any way I can use the G
I believe this is the link that @jegnag meant to include.
https://developers.google.com/maps/documentation/javascript/places-autocomplete#place_autocomplete_service
You can access the array of results (places in addition to suggested search terms), you can even add your own custom results to this array, and display everything however you choose.