@@ -27,8 +27,6 @@ discard block |
||
27 | 27 | /** |
28 | 28 | * Constructor |
29 | 29 | * |
30 | - * @param string $address The address that is to be parsed |
|
31 | - * @param boolean $secure_protocol true if you need to use HTTPS and false otherwise (Defaults to false) |
|
32 | 30 | * @param string $key GMAPS API KEY |
33 | 31 | */ |
34 | 32 | public function __construct($key = null) |
@@ -53,8 +51,7 @@ discard block |
||
53 | 51 | * |
54 | 52 | * Sends request to the passed Google Geocode API URL and fetches the address details and returns them |
55 | 53 | * |
56 | - * @param string $url Google geocode API URL containing the address or latitude/longitude |
|
57 | - * @return bool|object false if no data is returned by URL and the detail otherwise |
|
54 | + * @return LocationInfo false if no data is returned by URL and the detail otherwise |
|
58 | 55 | */ |
59 | 56 | public function get($address) |
60 | 57 | { |