We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thank's for yours work. I use it but and i've a question: How to obtain the address dictionary and not the string in the tableview?
I want get results the "terms" in google API to autocomplete the address like
Address City - Country.
THZ
https://developers.google.com/places/documentation/autocomplete?hl=it -- SAMPLE JSON GOOGLE -- { "status": "OK", "predictions": [ { "description": "Paris, France", "id" : "691b237b0322f28988f3ce03e321ff72a12167fd", "reference": "CiQYAAAA0Q_JA...kT3ufVLDDvTQsOwZ_tc", "terms": [ { "value": "Paris", "offset": 0 }, { "value": "France", "offset": 7 } ], "types": [ "geocode" ], "matched_substrings": [ { "offset": 0, "length": 5 } ] }, {
The text was updated successfully, but these errors were encountered:
http://www.w3docs.com/learn-javascript/places-autocomplete.html
Sorry, something went wrong.
No branches or pull requests
Hi,
thank's for yours work.
I use it but and i've a question:
How to obtain the address dictionary and not the string in the tableview?
I want get results the "terms" in google API to autocomplete the address like
Address
City - Country.
THZ
https://developers.google.com/places/documentation/autocomplete?hl=it
-- SAMPLE JSON GOOGLE --
{
"status": "OK",
"predictions": [ {
"description": "Paris, France",
"id" : "691b237b0322f28988f3ce03e321ff72a12167fd",
"reference": "CiQYAAAA0Q_JA...kT3ufVLDDvTQsOwZ_tc",
"terms": [ {
"value": "Paris",
"offset": 0
}, {
"value": "France",
"offset": 7
} ],
"types": [ "geocode" ],
"matched_substrings": [ {
"offset": 0,
"length": 5
} ]
}, {
The text was updated successfully, but these errors were encountered: