|
@@ -51,8 +51,7 @@ |
|
|
block discarded – undo |
|
51
|
51
|
* |
|
52
|
52
|
* Sends request to the passed Google Geocode API URL and fetches the address details and returns them |
|
53
|
53
|
* |
|
54
|
|
- * @param string $url Google geocode API URL containing the address or latitude/longitude |
|
55
|
|
- * @return bool|object false if no data is returned by URL and the detail otherwise |
|
|
54
|
+ * @return Location false if no data is returned by URL and the detail otherwise |
|
56
|
55
|
*/ |
|
57
|
56
|
public function get($address) |
|
58
|
57
|
{ |
Please login to merge, or discard this patch.