No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
3 additions and
0 deletions
-
p3k/Geocoder.php
|
|
@ -9,6 +9,9 @@ class Geocoder { |
|
|
|
if(!$response) |
|
|
|
return false; |
|
|
|
|
|
|
|
if(!property_exists($response, 'address')) |
|
|
|
return false; |
|
|
|
|
|
|
|
$address = $response->address; |
|
|
|
|
|
|
|
$result = new geocode\Result; |
|
|
|