I’m using this gem called Geocoder that’s part of Ruby on rails. You can choose which geocoding service to use and I chose Google Maps. Now it states in the Advanced Geocoding section that if I’m familiar with the geocoding service I can actually parse and get more data for my columns in my database such as, city, state, country, etc.
My question is, where can I see the list of all the things Google can parse for me? I want to add to my database more info such as the province, prefecture, etc. Where do I look?
https://developers.google.com/maps/documentation/geocoding/
Check out some of the sample JSON/XML output on this page. As you can see, you can get street address, postal code, locality, city, country, region and any other available information.