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.
Hey @Sam
I would suggest using Google Places API to do the Address Autocompletion here is an example of Autocompletion using Google Placeshttps://developers.google.com/maps/documentation/javascript/examples/places-autocomplete?csw=1
Here is the Documentationhttps://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