-
Notifications
You must be signed in to change notification settings - Fork 106
No provider could geocode address #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@jryd - I am facing the same issue. How did you fix that ? |
@j2r It is likely that your configuration settings are wrong. Can you post them here? |
@j2r it actually turned out that the configuration was fine for me - it was that I hadn't enabled the Geocoding API in my console. I was using a key that I previously used for the Javascript API and completely forgot to check I had enabled to right API. Perhaps double check that? |
I've followed the steps outlined to get this package installed in a new project I am working on in Laravel 5.3.
My
geocoder.php
file is set up like so:Yet when I run
$geocode = app('geocoder')->geocode('Los Angeles, CA')->get();
or any other address I am always getting the error:Am I doing something wrong or is there a bug?
The text was updated successfully, but these errors were encountered: