geoPHP icon indicating copy to clipboard operation
geoPHP copied to clipboard

Return Reverse geocoding data with selected language

Open superromeo opened this issue 10 years ago • 0 comments

In GoogleGeocode.class.php in lines $url = "http://maps.googleapis.com/maps/api/geocode/json"; $url .= '?latlng='.$lat.','.$lon; $url .= '&sensor=false'; will bee good to add parameter "language".

Thank you.

superromeo avatar Apr 08 '15 10:04 superromeo