Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
getCapabilities () | |
retrieveMapData ($left, $bottom, $right, $top) | |
retrievePermissions () | |
Fonctions membres publiques inherited from JOpenstreetmapObject | |
__construct (JRegistry &$options=null, JHttp $client=null, JOpenstreetmapOauth $oauth=null) | |
getOption ($key) | |
setOption ($key, $value) | |
sendRequest ($path, $method= 'GET', $headers=array(), $data= '') |
Additional Inherited Members | |
Attributs protégés inherited from JOpenstreetmapObject | |
$options | |
$client | |
$oauth |
JOpenstreetmapInfo::getCapabilities | ( | ) |
Method to get capabilities of the API
Définition à la ligne 28 du fichier info.php.
JOpenstreetmapInfo::retrieveMapData | ( | $left, | |
$bottom, | |||
$right, | |||
$top | |||
) |
Method to retrieve map data of a bounding box
float | $left | Left boundary |
float | $bottom | Bottom boundary |
float | $right | Right boundary |
float | $top | Top boundary |
Définition à la ligne 56 du fichier info.php.
JOpenstreetmapInfo::retrievePermissions | ( | ) |
Method to retrieve permissions for current user
Définition à la ligne 79 du fichier info.php.