PHP 클래스 BcGmapsComponent

상속: extends Component
파일 보기 프로젝트 열기: baserproject/basercms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_address string Address
$_administrativeAreaName string Administrative area name
$_baseUrl string Base Url
$_countryName string Country name
$_countryNameCode string Country name code
$_latitude double Latitude
$_longitude double Longitude
$_postalCode string Postal Code

공개 메소드들

메소드 설명
__construct ( ) : void Construct
getInfoLocation ( string $address ) : boolean getInfoLocation
getLatitude ( ) : double get the Latitude coordinate
getLongitude ( ) : double get the Longitude coordinate

보호된 메소드들

메소드 설명
_connect ( string $param ) : boolean connect to Google Maps

메소드 상세

__construct() 공개 메소드

Construct
public __construct ( ) : void
리턴 void

_connect() 보호된 메소드

connect to Google Maps
protected _connect ( string $param ) : boolean
$param string
리턴 boolean

getInfoLocation() 공개 메소드

getInfoLocation
public getInfoLocation ( string $address ) : boolean
$address string
리턴 boolean

getLatitude() 공개 메소드

get the Latitude coordinate
public getLatitude ( ) : double
리턴 double

getLongitude() 공개 메소드

get the Longitude coordinate
public getLongitude ( ) : double
리턴 double

프로퍼티 상세

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

Address
protected string $_address
리턴 string

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

Administrative area name
protected string $_administrativeAreaName
리턴 string

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

Base Url
protected string $_baseUrl
리턴 string

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

Country name
protected string $_countryName
리턴 string

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

Country name code
protected string $_countryNameCode
리턴 string

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

Latitude
protected double $_latitude
리턴 double

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

Longitude
protected double $_longitude
리턴 double

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

Postal Code
protected string $_postalCode
리턴 string