JOpenstreetmapObject
class JOpenstreetmapObject
Openstreetmap API object class for the Joomla Platform
Methods
__construct(
Registry $options = null,
JHttp $client = null,
JOpenstreetmapOauth $oauth = null)
Constructor
mixed
getOption(
string $key)
Get an option from the JOpenstreetmapObject instance.
setOption(
string $key,
mixed $value)
Set an option for the JOpenstreetmapObject instance.
sendRequest(
string $path,
string $method = 'GET',
array $headers = array(),
mixed $data = '')
Method to send the request which does not require authentication.
Details
__construct(
Registry $options = null,
JHttp $client = null,
JOpenstreetmapOauth $oauth = null)
Constructor
JOpenstreetmapObject
setOption(
string $key,
mixed $value)
Set an option for the JOpenstreetmapObject instance.
SimpleXMLElement
sendRequest(
string $path,
string $method = 'GET',
array $headers = array(),
mixed $data = '')
Method to send the request which does not require authentication.