Skip to content

2.0.0

Compare
Choose a tag to compare
@davidcelis davidcelis released this 02 Apr 20:27
· 33 commits to master since this release

We now support Geocodio's new additional fields:

geocodio = Geocodio::Client.new
geocodio.geocode(['1 Infinite Loop, Cupertino CA'], fields: ['stateleg', 'timezone'])

This made parsing coordinate pairs and option hashes difficult, so please note that all geocoding methods now take an Array. If the Array has more than one element, the batch geocoding endpoints will still be used behind the scenes.