PHP 클래스 Sulu\Bundle\LocationBundle\Geolocator\Service\GoogleGeolocator

https://developers.google.com/maps/documentation/geocoding
상속: implements Sulu\Bundle\LocationBundle\Geolocator\GeolocatorInterface
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$apiKey
$client

공개 메소드들

메소드 설명
__construct ( Guzzle\Http\ClientInterface $client, string $apiKey )
locate ( $query )

메소드 상세

__construct() 공개 메소드

public __construct ( Guzzle\Http\ClientInterface $client, string $apiKey )
$client Guzzle\Http\ClientInterface Guzzle HTTP client
$apiKey string API key (can be empty string)

locate() 공개 메소드

public locate ( $query )

프로퍼티 상세

$apiKey 보호되어 있는 프로퍼티

protected $apiKey

$client 보호되어 있는 프로퍼티

protected $client