PHP Class BcGmapsComponent

Inheritance: extends Component
Afficher le fichier Open project: baserproject/basercms Class Usage Examples

Protected Properties

Свойство Type Description
$_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

Méthodes publiques

Méthode Description
__construct ( ) : void Construct
getInfoLocation ( string $address ) : boolean getInfoLocation
getLatitude ( ) : double get the Latitude coordinate
getLongitude ( ) : double get the Longitude coordinate

Méthodes protégées

Méthode Description
_connect ( string $param ) : boolean connect to Google Maps

Method Details

__construct() public méthode

Construct
public __construct ( ) : void
Résultat void

_connect() protected méthode

connect to Google Maps
protected _connect ( string $param ) : boolean
$param string
Résultat boolean

getInfoLocation() public méthode

getInfoLocation
public getInfoLocation ( string $address ) : boolean
$address string
Résultat boolean

getLatitude() public méthode

get the Latitude coordinate
public getLatitude ( ) : double
Résultat double

getLongitude() public méthode

get the Longitude coordinate
public getLongitude ( ) : double
Résultat double

Property Details

$_address protected_oe property

Address
protected string $_address
Résultat string

$_administrativeAreaName protected_oe property

Administrative area name
protected string $_administrativeAreaName
Résultat string

$_baseUrl protected_oe property

Base Url
protected string $_baseUrl
Résultat string

$_countryName protected_oe property

Country name
protected string $_countryName
Résultat string

$_countryNameCode protected_oe property

Country name code
protected string $_countryNameCode
Résultat string

$_latitude protected_oe property

Latitude
protected double $_latitude
Résultat double

$_longitude protected_oe property

Longitude
protected double $_longitude
Résultat double

$_postalCode protected_oe property

Postal Code
protected string $_postalCode
Résultat string