ver4/関数リファレンス/BcGooglemaps/getLocation
提供: baserCMS公式ガイド
[このコンテンツは内容調整中です]
目次
説明
位置情報を取得する
使い方
$this->BcGooglemaps->getLocation( [$address] )
パラメータ
- (string)$address
- 住所
戻り値
- (boolean)
- 位置情報
用例
基本
コード
<?php print_r( $this->BcGooglemaps->getLocation('福岡県')); ?>
出力
Array ( [latitude] => 33.6065756 [longitude] => 130.4182970 )