Class JOpenstreetmapInfo

Description

Openstreetmap API Info class for the Joomla Platform

  • since: 13.1

Located in /libraries/joomla/openstreetmap/info.php (line 19)

JOpenstreetmapObject
   |
   --JOpenstreetmapInfo
Method Summary
 array getCapabilities ()
 array retrieveMapData (float $left, float $bottom, float $right, float $top)
Variables
Methods
getCapabilities (line 28)

Method to get capabilities of the API

  • return: The XML response
  • since: 13.1
  • access: public
array getCapabilities ()
retrieveMapData (line 56)

Method to retrieve map data of a bounding box

  • return: The XML response
  • since: 13.1
  • access: public
array retrieveMapData (float $left, float $bottom, float $right, float $top)
  • float $left: Left boundary
  • float $bottom: Bottom boundary
  • float $right: Right boundary
  • float $top: Top boundary
retrievePermissions (line 79)

Method to retrieve permissions for current user

  • return: The XML response
  • since: 13.1
  • access: public
array retrievePermissions ()

Inherited Methods

Inherited From JOpenstreetmapObject

 JOpenstreetmapObject::__construct()
 JOpenstreetmapObject::getOption()
 JOpenstreetmapObject::sendRequest()
 JOpenstreetmapObject::setOption()

Documentation generated on Tue, 19 Nov 2013 15:05:33 +0100 by phpDocumentor 1.4.3