34
Views
1
Comments
Solved
ODC Address Autocomplete Component
Question

Hi,

Does anyone know of a Forge component for real-time address autocomplete compatible with ODC?

I'd love to hear some suggestions.

Thank you.

2023-02-26 23-17-33
Kshitij Raheja
Solution

Hey @Sam 

I would suggest using Google Places API to do the Address Autocompletion 
here is an example of Autocompletion using Google Places
https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete?csw=1

Here is the Documentation
https://developers.google.com/maps/documentation/javascript/reference?csw=1#Autocomplete

You can also use Open Street Map to do the same for free i have never worked on it personally

Regards,
Kshitij

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.