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

Better venue address display #169

Open
mbrakken opened this issue Mar 24, 2014 · 0 comments
Open

Better venue address display #169

mbrakken opened this issue Mar 24, 2014 · 0 comments

Comments

@mbrakken
Copy link
Collaborator

The addresses we capture from google maps don't have street numbers in them. The address_component array returned from google does. We should build street addresses from the array. As we do this, we can also build data for venue models.

notes to myself:

place.name
place.address_component[i].types[0]=="subpremise" (suite number)
place.address_component[i].types[0]=="street_number"
place.address_component[i].types[0]=="route" (street name)
place.address_component[i].types[0]=="locality" (city)
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

1 participant