Skip to content
New issue

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

How to get dictionary address #3

Open
paoloandrea opened this issue Feb 11, 2013 · 1 comment
Open

How to get dictionary address #3

paoloandrea opened this issue Feb 11, 2013 · 1 comment

Comments

@paoloandrea
Copy link

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
} ]
}, {

@Hazarapet
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants