Class GeoKit::Geocoders::MultiGeocoder
In: vendor/plugins/geokit/lib/geo_kit/geocoders.rb
Parent: Geocoder

Provides methods to geocode with a variety of geocoding service providers, plus failover among providers in the order you configure.

Goal:

  • homogenize the results of multiple geocoders

Limitations:

  • currently only provides the first result. Sometimes geocoders will return multiple results.
  • currently discards the "accuracy" component of the geocoding calls

[Validate]