1.1.0
- Add support for the new reverse geocoding API.
Geocodio::Client#reverse_geocode
takes one or more coordinate pairs in the form of"LAT,LNG"
strings or{ lat: 123, lng: -112 }
hashes.
Geocodio::Client#reverse_geocode
takes one or more coordinate pairs in the form of "LAT,LNG"
strings or { lat: 123, lng: -112 }
hashes.