NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: JohanR on January 18, 2020, 12:42:20 AM

Title: Address autocomplete service
Post by: JohanR on January 18, 2020, 12:42:20 AM
Hi,

Currently looking into address auto complete , eg. like the google service
https://developers.google.com/maps/documentation/javascript/places-autocomplete

Would appreciate any feedback on any experience from other devs on this or similar services that they have implemented.
Or even examples.

TIA

Johan


Title: Re: Address autocomplete service
Post by: bshields on January 18, 2020, 07:57:34 PM
Hi Johan,

HERE also have one.

https://developer.here.com/documentation/geocoder-autocomplete/dev_guide/topics/example-location-id.html

I've used both. They are simple. From memory HERE is cheaper in scale.

Depending upon exactly what you want, there are other slightly different end points like /places etc.

Regards
Bill

PS. I have examples in Postman. My source code depends on other tools i've written so I cannot just pull out the code.
Title: Re: Address autocomplete service
Post by: Bruce on January 20, 2020, 09:40:51 PM
Hi Johan,

NetTalk has classes for integrating with the HERE api, and that does it, so that's somewhere to start.
I've also heard good things about melissa.com, but I've not used them myself yet.

cheers
Bruce