Question
2
Replies
87
Views
Posted: March 14, 2016
Last activity: April 3, 2016
Third Party Address hinting service ?
Hi ,
We have requirement to auto populate address (Suburb , Street, City, Post code) as soon as user tried to enter few words, this will give them quick option to select address from the drop down.
Please let us know if this is already implemented in any other projects with Google API or other providers
Thanks,
Hardik
Hi Hardik,
I do not believe this sort of feature exists, but it certainly sounds pretty nifty. It sounds like you want make some sort of hybrid between an external data source such as google, mixed with an autocomplete, mixed with some sort of map control.
Pega 7 does have a map control which interfaces with google APIs. But not in the manner in which you describe. Reference this to see what I mean: https://pdn.pega.com/using-address-map-control
Unless I misunderstood your requirement or proposed design? If for example you will be the source of what is valid data or addresses, you could potentially leverage our pxAutoComplete and feed it your known and valid addresses. Doesn't sound very robust, but could meet your needs if your use case is silo'd in its own scenario.