\JOpenstreetmapObject
Openstreetmap API object class for the Joomla Platform
Synopsis
class JOpenstreetmapObject
{
- // members
- protected JRegistry $options;
- protected JHttp $client;
- protected JOpenstreetmapOauth $oauth;
- // methods
- public void __construct()
- public mixed getOption()
- public JOpenstreetmapObject setOption()
- public SimpleXMLElement sendRequest()
Hierarchy
Extended by
Members
protected
- $client
—
JHttp
The HTTP client object to use in sending HTTP requests. - $oauth
—
JOpenstreetmapOauth
The OAuth client. - $options
—
JRegistry
Options for the Openstreetmap object.
Methods
public
- __construct() — Constructor
- getOption() — Get an option from the JOpenstreetmapObject instance.
- sendRequest() — Method to send the request which does not require authentication.
- setOption() — Set an option for the JOpenstreetmapObject instance.