Hi,
I am dabbling with the new GooglePlaces address lookup,
and have a very nice smooth interface working.
There are 3 script files and the last one is where the values returned from google places needs to be updated into NTWS and ideally update the fields on the page.
The script files handle all the communication and on screen type ahead interface.
Is there a script to push the values to update session variables along with the page fields?
Or another way to handle this?
thanks
Johan
tvcg1.js ? Google Loader
Stores the Google API key and loads the Google Maps/Places JavaScript library.
tvcg2.js ? Address Search
Creates the Google address search box, restricts searches by country, and gets the selected address from Google.
tvcg3.js ? Address Mapping
Breaks the Google address into its parts and puts them into the correct NTWS fields ? street, suburb, city, province, postcode, country, etc.
thanks
Johan