Свойство | Тип | Описание | |
---|---|---|---|
$format | response format. Can be json or xml. | ||
$key | your API key. To configure please, add googleMapsApiKey parameter to your application configuration file with the value of your API key. To get yours, please visit https://code.google.com/apis/console/. | ||
$params | the request parameters |
Метод | Описание | |
---|---|---|
getUrl ( ) : string | Returns the api url | |
init ( ) |
Метод | Описание | |
---|---|---|
getClient ( ) : Guzzle\Http\Client | |
Returns the guzzle client | |
request ( array $options = [] ) : mixed | null | Makes the request to the Google API |
protected getClient ( ) : Guzzle\Http\Client | |
||
Результат | Guzzle\Http\Client | |
public static $key |