PHP 클래스 BcGooglemapsHelper

상속: extends AppHelper
파일 보기 프로젝트 열기: baserproject/basercms

공개 프로퍼티들

프로퍼티 타입 설명
$address string 住所
$helpers array ヘルパー
$latitude string latitude
$longitude string longitude
$mapId string 地図を表示するDOM ID
$markerText string マーカーテキスト
$title string タイトル
$zoom integer ズーム

공개 메소드들

메소드 설명
getLocation ( string $address ) : boolean 位置情報を取得する
load ( string $address = '', integer $width = null, integer $height = null ) : boolean Google マップ を読み込む
loadLocation ( ) : boolean 位置情報を読み込む

보호된 메소드들

메소드 설명
_getScript ( ) : string Google マップ読み込み用のjavascriptを生成する

메소드 상세

_getScript() 보호된 메소드

Google マップ読み込み用のjavascriptを生成する
protected _getScript ( ) : string
리턴 string

getLocation() 공개 메소드

位置情報を取得する
public getLocation ( string $address ) : boolean
$address string
리턴 boolean

load() 공개 메소드

Google マップ を読み込む
public load ( string $address = '', integer $width = null, integer $height = null ) : boolean
$address string
$width integer
$height integer
리턴 boolean

loadLocation() 공개 메소드

位置情報を読み込む
public loadLocation ( ) : boolean
리턴 boolean

프로퍼티 상세

$address 공개적으로 프로퍼티

住所
public string $address
리턴 string

$helpers 공개적으로 프로퍼티

ヘルパー
public array $helpers
리턴 array

$latitude 공개적으로 프로퍼티

latitude
public string $latitude
리턴 string

$longitude 공개적으로 프로퍼티

longitude
public string $longitude
리턴 string

$mapId 공개적으로 프로퍼티

地図を表示するDOM ID
public string $mapId
리턴 string

$markerText 공개적으로 프로퍼티

マーカーテキスト
public string $markerText
리턴 string

$title 공개적으로 프로퍼티

タイトル
public string $title
리턴 string

$zoom 공개적으로 프로퍼티

ズーム
public int $zoom
리턴 integer