PHP 클래스 dosamigos\google\maps\ClientAbstract

Base class for those objects that make requests to the Google Web Services API
저자: Antonio Ramirez ([email protected])
상속: extends yii\base\Object
파일 보기 프로젝트 열기: 2amigos/yii2-google-maps-library 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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 | Client Returns the guzzle client
request ( array $options = [] ) : mixed | null Makes the request to the Google API

메소드 상세

getClient() 보호된 메소드

Returns the guzzle client
protected getClient ( ) : Guzzle\Http\Client | Client
리턴 Guzzle\Http\Client | GuzzleHttp\Client

getUrl() 추상적인 공개 메소드

Returns the api url
abstract public getUrl ( ) : string
리턴 string

init() 공개 메소드

public init ( )

request() 보호된 메소드

Makes the request to the Google API
protected request ( array $options = [] ) : mixed | null
$options array for the guzzle request
리턴 mixed | null

프로퍼티 상세

$format 공개적으로 프로퍼티

response format. Can be json or xml.
public $format

$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/.
public static $key

$params 공개적으로 프로퍼티

the request parameters
public $params