Closed thatryan closed 7 years ago
That's a typo in the readme. Try Geocoder\Provider\GoogleMaps\GoogleMaps
//Tobias Nyholm
On 1 Aug 2017, at 22:18, Ryan Olson notifications@github.com wrote:
Geocoder\Provider\GoogleMaps
Got it, thank you again.
Same issue with
$result = $geocoder->geocodeQuery(GeocodeQuery::create($address));
"Fatal error: Uncaught Error: Class 'GeocodeQuery' not found "
I've added #761.
Again, thank you for this issue.
I've updated the Readme now. It includes namespaces and use statements. Please ping me if you are finding more issues.
Got it all installed finally, thank you guys :)
Attempting to walk through your README steps, https://github.com/geocoder-php/Geocoder#usage
And got the error,
Fatal error: Uncaught Error: Class 'Geocoder\Provider\GoogleMaps' not found
Google led me to issue 684
But I have version 4.0 so I am not sure that applies correct?
My code is verbatim as the README,