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

Any way to get latitude/longitude of the suggested places? #8

Open
simonbromberg opened this issue Sep 8, 2013 · 3 comments
Open

Comments

@simonbromberg
Copy link

Currently seems like all it saves is the name of the place. Any way to get more detail like latitude and longitude?

@troshko111
Copy link
Owner

Yer, sure, take a loot at src/TRGoogleMapsAutocompleteItemsSource.m
you can customize it for your needs as you wish (e.g. save any additional info google returns)

@JMSerruya
Copy link

Hi Taras, thanks for this awesome library.

I'm using it in a personal project, and i'm also trying to obtain latitude/longitud.

i saw the dictionary returned by Google, however the only data that i see its this :

http://pastebin.com/vqhdQaYb

No latitude/longitud.

I'm doing something wrong?

Thanks.

@firuz1844
Copy link

I am not sure, but I think you should not use Google Autocomplete. The better way to add Google Geocoding (reverse Geocoding) for translating your String address to Lat/Lon coordinates.

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

4 participants