Свойство | Type | Description | |
---|---|---|---|
$address | string | 住所 | |
$helpers | array | ヘルパー | |
$latitude | string | latitude | |
$longitude | string | longitude | |
$mapId | string | 地図を表示するDOM ID | |
$markerText | string | マーカーテキスト | |
$title | string | タイトル | |
$zoom | integer | ズーム |
Méthode | Description | |
---|---|---|
getLocation ( string $address ) : boolean | 位置情報を取得する | |
load ( string $address = '', integer $width = null, integer $height = null ) : boolean | Google マップ を読み込む | |
loadLocation ( ) : boolean | 位置情報を読み込む |
Méthode | Description | |
---|---|---|
_getScript ( ) : string | Google マップ読み込み用のjavascriptを生成する |
protected _getScript ( ) : string | ||
Résultat | string |
public getLocation ( string $address ) : boolean | ||
$address | string | |
Résultat | boolean |