zfoster / corgi

Social Event Calendar System
meetmadi.com
Other
3 stars 2 forks source link

Better venue address display #169

Open mbrakken opened 10 years ago

mbrakken commented 10 years ago

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)