GeocodeClient reverse method failed on send LatLng object
hrmohseni opened this issue · 1 comments
hrmohseni commented
GeocodeClient reverse method failed on send LatLng object the fix is below:
services\GeocodingClient.php
line:90
$params['latlng'] = $coord->__toString();
It seams this will fix problem:
Fix 'latlng' param pull request
tonydspaniard commented
merged