\JOpenstreetmapGps
Openstreetmap API GPS class for the Joomla Platform
Synopsis
class JOpenstreetmapGps
extends JOpenstreetmapObject
{
- // Inherited members from JOpenstreetmapObject
- protected JRegistry $options;
- protected JHttp $client;
- protected JOpenstreetmapOauth $oauth;
- // methods
- public array retrieveGps()
- public JHttpResponse uploadTrace()
- public array downloadTraceMetadetails()
- public array downloadTraceMetadata()
- // Inherited methods from JOpenstreetmapObject
- public void __construct()
- public mixed getOption()
- public JOpenstreetmapObject setOption()
- public SimpleXMLElement sendRequest()
Hierarchy
Extends
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
- downloadTraceMetadata() — Method to download Trace data
- downloadTraceMetadetails() — Method to download Trace details
- retrieveGps() — Method to retrieve GPS points
- uploadTrace() — Method to upload GPS Traces
Inherited from JOpenstreetmapObject
public
- 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.