PHP 클래스 Geocoder\Provider\Nominatim

저자: Niklas Närhinen ([email protected])
상속: extends AbstractHttpProvider, implements Geocoder\Provider\LocaleAwareProvider, use trait Geocoder\Provider\LocaleTrait
파일 보기 프로젝트 열기: willdurand/geocoder 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Http\Client\HttpClient $client, string $rootUrl, string $locale = null )
geocode ( $address ) {@inheritDoc}
getName ( ) {@inheritDoc}
reverse ( $latitude, $longitude ) {@inheritDoc}
withOpenStreetMapServer ( Http\Client\HttpClient $client, string | null $locale = null ) : Nominatim

비공개 메소드들

메소드 설명
executeQuery ( string $query )
getGeocodeEndpointUrl ( )
getNodeValue ( DOMNodeList $element )
getReverseEndpointUrl ( )
xmlResultToArray ( DOMElement $resultNode, DOMElement $addressNode )

메소드 상세

__construct() 공개 메소드

public __construct ( Http\Client\HttpClient $client, string $rootUrl, string $locale = null )
$client Http\Client\HttpClient An HTTP adapter.
$rootUrl string Root URL of the nominatim server
$locale string A locale (optional).

geocode() 공개 메소드

{@inheritDoc}
public geocode ( $address )

getName() 공개 메소드

{@inheritDoc}
public getName ( )

reverse() 공개 메소드

{@inheritDoc}
public reverse ( $latitude, $longitude )

withOpenStreetMapServer() 공개 정적인 메소드

public static withOpenStreetMapServer ( Http\Client\HttpClient $client, string | null $locale = null ) : Nominatim
$client Http\Client\HttpClient
$locale string | null
리턴 Nominatim