Property | 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 |
Method | Description | |
---|---|---|
__construct ( ) : void | Construct | |
getInfoLocation ( string $address ) : boolean | getInfoLocation | |
getLatitude ( ) : double | get the Latitude coordinate | |
getLongitude ( ) : double | get the Longitude coordinate |
Method | Description | |
---|---|---|
_connect ( string $param ) : boolean | connect to Google Maps |
public getInfoLocation ( string $address ) : boolean | ||
$address | string | |
return | boolean |
public getLatitude ( ) : double | ||
return | double |
public getLongitude ( ) : double | ||
return | double |
protected string $_administrativeAreaName | ||
return | string |
protected string $_countryNameCode | ||
return | string |