GeoKit gem version: 1.11.0
Payload: "3880 S El Camino Real, San Mateo, CA 94402, USA"
Api call: Geokit::Geocoders::MultiGeocoder.geocode(payload)
Response 1: "Provider: Google, Street: 3880 S El Camino Real.., Success: true"
Response 2: "An error has occurred during geocoding: Keyless access to Google Maps Platform is deprecated. Please use an API key with all your API calls to avoid service interruption. For further details please refer to http://g.co/dev/maps-no-account"
Doubt: If the google API has been changed as per response 2 to accept only api calls with key, then every api call(mentioned above) should give response 2. What is the actual expected behavior here?
Please clarify. Thanks.