Graticule can failover
Graticule has a new geocoder that simply calls other geocoders in succession until it gets a result.
This can also be used in acts_as_geocodable by simply setting Geocode.geocoder
to the new multi-geocoder. See the API docs for more information.
Thanks to Matt King for some ideas on the implementation and Ben Tucker for nudging me to implement it.
This content is open source.
Suggest Improvements.