2amigos/yii2-google-maps-library

GeocodeClient reverse method failed on send LatLng object

hrmohseni opened this issue · 1 comments

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

merged