NetTalk Central

Author Topic: address auto complete on an entry field  (Read 1810 times)

ntnewbies

  • Full Member
  • ***
  • Posts: 168
    • View Profile
    • Email
address auto complete on an entry field
« on: April 04, 2020, 02:24:45 AM »
hi friends,
i have a Location entry field in a netwebserver memory form. When the user type the address, i want to show the nearest google address auto complete feature (something like what we saw in webinar 234).

i have created the google Places API Key.

How do i integrate it in nettalk?

jason
nt 11.32
c11

JohanR

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: address auto complete on an entry field
« Reply #1 on: September 29, 2022, 04:04:50 AM »
Hi,
Did you manage the Google API?
Am also looking at implementing it, on desktop and on web page , so interested if you managed to get something going.

cheers,

Johan

ntnewbies

  • Full Member
  • ***
  • Posts: 168
    • View Profile
    • Email
Re: address auto complete on an entry field
« Reply #2 on: September 30, 2022, 06:47:59 PM »
hi johan,
this was back in time when i use nt11
i did a workaround by putting a button and made it a lookup. it opens a map and allows user to pick a location. from it, i collect the lat and long and returns to the form with the location (convert lat and long to location).
i will revisit this again for a better way (auto complete with Place API) after customer confirm upgrade $$.

jason
nt12.46
c11