Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JOpenstreetmapInfo
+ Graphe d'héritage de JOpenstreetmapInfo:

Fonctions membres publiques

 getCapabilities ()
 
 retrieveMapData ($left, $bottom, $right, $top)
 
 retrievePermissions ()
 
- Fonctions membres publiques hérités de JOpenstreetmapObject
 __construct (Registry &$options=null, JHttp $client=null, JOpenstreetmapOauth $oauth=null)
 
 getOption ($key)
 
 setOption ($key, $value)
 
 sendRequest ($path, $method='GET', $headers=array(), $data='')
 

Membres hérités additionnels

- Attributs protégés hérités de JOpenstreetmapObject
 $options
 
 $client
 
 $oauth
 

Description détaillée

Openstreetmap API Info class for the Joomla Platform

Depuis
3.2.0
Obsolète:
4.0 Use the joomla/openstreetmap package via Composer instead

Documentation des fonctions membres

◆ getCapabilities()

getCapabilities ( )

Method to get capabilities of the API

Renvoie
array The XML response
Depuis
3.2.0

Références $base, et $path.

◆ retrieveMapData()

retrieveMapData (   $left,
  $bottom,
  $right,
  $top 
)

Method to retrieve map data of a bounding box

Paramètres
float$leftLeft boundary
float$bottomBottom boundary
float$rightRight boundary
float$topTop boundary
Renvoie
array The XML response
Depuis
3.2.0

Références $base, et $path.

◆ retrievePermissions()

retrievePermissions ( )

Method to retrieve permissions for current user

Renvoie
array The XML response
Depuis
3.2.0

Références $base, et $path.


La documentation de cette classe a été générée à partir du fichier suivant :