Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Geocoder
Provider
MaxMindBinary
PHP 클래스 Geocoder\Provider\MaxMindBinary
상속:
extends
Geocoder\Provider\AbstractProvider
,
implements
Geocoder\Provider\Provider
파일 보기
프로젝트 열기: willdurand/geocoder
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
string
$datFile
,
integer
|
null
$openFlag
= null )
geocode
(
$address
)
{@inheritDoc}
getName
( )
{@inheritDoc}
reverse
(
$latitude
,
$longitude
)
{@inheritDoc}
메소드 상세
__construct()
공개
메소드
public
__construct
(
string
$datFile
,
integer
|
null
$openFlag
= null )
$datFile
string
$openFlag
integer
|
null
geocode()
공개
메소드
{@inheritDoc}
public
geocode
(
$address
)
getName()
공개
메소드
{@inheritDoc}
public
getName
( )
reverse()
공개
메소드
{@inheritDoc}
public
reverse
(
$latitude
,
$longitude
)