MultiGeocoder.do_geocode expects to find a class named Google3Geocoder, not GoogleGeocoder3. As a result, Geokit::Geocoders::provider_order = [:google3,...] causes an error to be logged about an invalid class name and the next provider(s) in the list to be used.
MultiGeocoder.do_geocodeexpects to find a class namedGoogle3Geocoder, notGoogleGeocoder3. As a result,Geokit::Geocoders::provider_order = [:google3,...]causes an error to be logged about an invalid class name and the next provider(s) in the list to be used.