PHP Class BcGooglemapsHelper

Inheritance: extends AppHelper
Afficher le fichier Open project: baserproject/basercms

Méthodes publiques

Свойство Type Description
$address string 住所
$helpers array ヘルパー
$latitude string latitude
$longitude string longitude
$mapId string 地図を表示するDOM ID
$markerText string マーカーテキスト
$title string タイトル
$zoom integer ズーム

Méthodes publiques

Méthode Description
getLocation ( string $address ) : boolean 位置情報を取得する
load ( string $address = '', integer $width = null, integer $height = null ) : boolean Google マップ を読み込む
loadLocation ( ) : boolean 位置情報を読み込む

Méthodes protégées

Méthode Description
_getScript ( ) : string Google マップ読み込み用のjavascriptを生成する

Method Details

_getScript() protected méthode

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

getLocation() public méthode

位置情報を取得する
public getLocation ( string $address ) : boolean
$address string
Résultat boolean

load() public méthode

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

loadLocation() public méthode

位置情報を読み込む
public loadLocation ( ) : boolean
Résultat boolean

Property Details

$address public_oe property

住所
public string $address
Résultat string

$helpers public_oe property

ヘルパー
public array $helpers
Résultat array

$latitude public_oe property

latitude
public string $latitude
Résultat string

$longitude public_oe property

longitude
public string $longitude
Résultat string

$mapId public_oe property

地図を表示するDOM ID
public string $mapId
Résultat string

$markerText public_oe property

マーカーテキスト
public string $markerText
Résultat string

$title public_oe property

タイトル
public string $title
Résultat string

$zoom public_oe property

ズーム
public int $zoom
Résultat integer